summaryrefslogtreecommitdiff
path: root/irc/anope/files/patch-configure
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-12-29 13:45:41 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-12-29 13:45:41 +0000
commit3c606e457f2b442460bc5b14ce725d3f8eb706ff (patch)
treefa525eae08d542ce991c07c0e97e4249a9c24c79 /irc/anope/files/patch-configure
parentUpdate to version 0.8.3. (diff)
Make it really use threads when asked to [1]
While I'm here, make it respect CFLAGS PR: [1] based on 75349 Submitted by: [1] Axel Gonzalez <loox@e-shell.net>
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"