From 3b99c42eb8ca744e86e4e17197b1bf10642c6785 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 Jun 2012 00:01:42 +0000 Subject: Mon Jun 25 00:01:41 UTC 2012 --- community/rblcheck/02-fix-configure.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 community/rblcheck/02-fix-configure.patch (limited to 'community/rblcheck/02-fix-configure.patch') diff --git a/community/rblcheck/02-fix-configure.patch b/community/rblcheck/02-fix-configure.patch new file mode 100644 index 000000000..dbc16342c --- /dev/null +++ b/community/rblcheck/02-fix-configure.patch @@ -0,0 +1,20 @@ +--- a/configure 2005-07-01 10:50:36.000000000 +0100 ++++ b/configure 2005-07-01 10:57:05.000000000 +0100 +@@ -1529,13 +1529,12 @@ + cat > conftest.$ac_ext < to get macro definition for res_query */ ++#include + + int main() { +-res_query() ++res_query("",0,0,"",0) + ; return 0; } + EOF + if { (eval echo configure:1542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- cgit v1.2.3-54-g00ecf