diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-11-14 20:36:01 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-11-14 20:36:01 +0000 |
commit | 44752edb42dbac1beec9c6c482cc2129114865b2 (patch) | |
tree | 8b1e9e3145b488804b6725c6591940d4521024ee /www/squid31 | |
parent | 82adc4445802e8de56ea7d93b4f4b218dd765403 (diff) | |
download | ports-44752edb42dbac1beec9c6c482cc2129114865b2.tar.gz ports-44752edb42dbac1beec9c6c482cc2129114865b2.zip |
Notes
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 10954b8e5ab4..1569535011b4 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -261,7 +261,7 @@ CONFIGURE_ARGS+= --enable-carp CONFIGURE_ARGS+= --enable-ssl \ --with-openssl="${OPENSSLBASE}" CFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -I${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib .endif .if defined(WITH_SQUID_PINGER) CONFIGURE_ARGS+= --enable-icmp |