diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
commit | 2ad92eab941d8bd35f72240b5b91c4b980c9f370 (patch) | |
tree | 4a9b0f7a86a869936906241e211d87ca2346121e /www/squid32 | |
parent | 48c300ed7fb454f7a0142586e99a5bd9dcb7b135 (diff) | |
download | ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.tar.gz ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.zip |
Notes
Diffstat (limited to 'www/squid32')
-rw-r--r-- | www/squid32/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/squid32/Makefile b/www/squid32/Makefile index c61166053bed..df82c96ad469 100644 --- a/www/squid32/Makefile +++ b/www/squid32/Makefile @@ -338,8 +338,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-cf.data.pre.aufs .endif # Nil aufs threads is default, set any other value via SQUID_CONFIGURE_ARGS, # e.g. SQUID_CONFIGURE_ARGS=--with-aufs-threads=N -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +LDFLAGS+= -pthread .else CONFIGURE_ARGS+= --without-pthreads .endif |