diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2003-01-31 08:49:05 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2003-01-31 08:49:05 +0000 |
commit | b8b41ed250a6629aa006b440b93d6794c04377e4 (patch) | |
tree | 5847904b42845e1b1b74fd308214c64aab900038 /www/squid24/Makefile | |
parent | f361f37d354218fd75da14a7ab7460028278084b (diff) | |
download | ports-b8b41ed250a6629aa006b440b93d6794c04377e4.tar.gz ports-b8b41ed250a6629aa006b440b93d6794c04377e4.zip |
Notes
Diffstat (limited to 'www/squid24/Makefile')
-rw-r--r-- | www/squid24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index d3f62abae214..a4b2b2f07b93 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -96,7 +96,7 @@ MAKEFILE= makefile # - accept the illegal '_' character in hostnames. #CONFIGURE_ARGS+= --enable-underscores # - Enable control of different heap replacement algorithms at runtime. -#CONFIGURE_ARGS+= --enable-heap-replacement +#CONFIGURE_ARGS+= --enable-removal-policies='heap lru' post-extract: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ |