diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-30 21:29:04 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-30 21:29:04 +0000 |
commit | 9e81d14dae752ed8f7d5b55be0855e40881caf4e (patch) | |
tree | 474a923bc0568ef03a533e788257564727fe532c /www/pound/files/patch-configure | |
parent | update to version 2.6.2: (diff) |
- Update to 1.7
It fixes a security vulnerabilty.
http://www.apsis.ch/pound/pound_list/archive/2003/2003-12/1070234315000
PR: 65132
Submitted by: ryan <ports@c0decafe.net>
Reviewed by: me
Update approved by: anders (maintainer)
Diffstat (limited to 'www/pound/files/patch-configure')
-rw-r--r-- | www/pound/files/patch-configure | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/www/pound/files/patch-configure b/www/pound/files/patch-configure index 0be7b2121fa1..4cf238659539 100644 --- a/www/pound/files/patch-configure +++ b/www/pound/files/patch-configure @@ -1,12 +1,13 @@ ---- configure.orig Thu Apr 24 15:45:26 2003 -+++ configure Tue Apr 29 02:58:39 2003 -@@ -1850,7 +1850,8 @@ - if test $ac_cv_lib_pthread_pthread_create = yes; then - LIBS="-lpthread ${LIBS}" - else -- CPPFLAGS="${CPPFLAGS} -pthread -DNEED_STACK"; LDFLAGS="${LDFLAGS} -pthread" -+ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -DNEED_STACK" -+ LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}" - fi +--- configure.orig Fri Apr 30 22:18:25 2004 ++++ configure Fri Apr 30 22:19:13 2004 +@@ -2348,8 +2348,8 @@ - echo "$as_me:1856: checking for socket in -lsocket" >&5 + case $target_os in + *BSD*|*bsd*) +- CPPFLAGS="${CPPFLAGS} -pthread -DNEED_STACK -D_REENTRANT -D_THREAD_SAFE" +- LDFLAGS="${LDFLAGS} -pthread" ++ CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS} -DNEED_STACK -D_REENTRANT -D_THREAD_SAFE" ++ LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}" + ;; + *) + CPPFLAGS="${CPPFLAGS} -D_REENTRANT" |