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 | |
parent | Update to 0.9.5. (diff) |
Use the updated --enable-removal-policies option
PR: 43787
Notes
Notes:
svn path=/head/; revision=74338
Diffstat (limited to '')
-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' \ |