freebsd-ports/www/squid26/files/patch-configure
Beech Rintoul 015553f699 - Pull from attic
- Add latest_link

PR:		ports/125337
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2008-07-14 00:23:51 +00:00

19 lines
549 B
Text

Patch for Squid bug 2203:
--with-maxfd inadvertently unsets LDFLAGS.
--- configure.orig 2008-04-02 21:51:54.000000000 +0200
+++ configure 2008-04-02 21:55:28.000000000 +0200
@@ -25795,11 +25795,12 @@
fi
+TLDFLAGS="$LDFLAGS"
+
if test -z "$SQUID_MAXFD"; then
{ echo "$as_me:$LINENO: checking Maximum number of filedescriptors we can open" >&5
echo $ECHO_N "checking Maximum number of filedescriptors we can open... $ECHO_C" >&6; }
-TLDFLAGS="$LDFLAGS"
case $host in
i386-unknown-freebsd*)
if echo "$LDFLAGS" | grep -q pthread; then