diff options
author | adrian <adrian@FreeBSD.org> | 2003-01-31 08:49:05 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2003-01-31 08:49:05 +0000 |
commit | 12818ea12b0ffb30bb6e96a99cc7fabbca089cfc (patch) | |
tree | ec2b94de7a0f1dd3f485d7333f2fa32bd80fb249 /www/squid24 | |
parent | 1b1e582c2466f2d324d129f3717bc9109aea1247 (diff) | |
download | FreeBSD-ports-12818ea12b0ffb30bb6e96a99cc7fabbca089cfc.zip FreeBSD-ports-12818ea12b0ffb30bb6e96a99cc7fabbca089cfc.tar.gz |
Use the updated --enable-removal-policies option
PR: 43787
Diffstat (limited to 'www/squid24')
-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 d3f62ab..a4b2b2f 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' \ |