summaryrefslogtreecommitdiff
path: root/community/rblcheck/02-fix-configure.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/rblcheck/02-fix-configure.patch
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/rblcheck/02-fix-configure.patch')
-rw-r--r--community/rblcheck/02-fix-configure.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/rblcheck/02-fix-configure.patch b/community/rblcheck/02-fix-configure.patch
deleted file mode 100644
index dbc16342c..000000000
--- a/community/rblcheck/02-fix-configure.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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 <<EOF
- #line 1531 "configure"
- #include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char res_query();
-+
-+/* Include <resolv.h> to get macro definition for res_query */
-+#include <resolv.h>
-
- 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