summaryrefslogtreecommitdiff
path: root/irc/anope/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--irc/anope/files/patch-configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/irc/anope/files/patch-configure b/irc/anope/files/patch-configure
index 3ee1d1f4e3d7..9cd78bae21e2 100644
--- a/irc/anope/files/patch-configure
+++ b/irc/anope/files/patch-configure
@@ -389,3 +389,11 @@
###########################################################################
+@@ -830,6 +448,7 @@
+ fi
+ log cache supplied \`"$CC_LIBS'"
+ else
++ echo >tmp/test.c "int main(){return 1;}"
+ CC_LIBS=
+ if run $CC $CC_FLAGS tmp/test.c -lnsl -o tmp/test ; then
+ CC_LIBS="$CC_LIBS -lnsl"