aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-29 21:41:28 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-29 21:41:28 +0800
commit6e61acd88cd0475b99e1e79adc6a8a5b8b6759eb (patch)
tree667e6c44e2a9e174c8038c1706765d75c555126a /www
parentb61ed1c1eadaf14aa0fce27d5f3227aa52ea6928 (diff)
downloadfreebsd-ports-gnome-6e61acd88cd0475b99e1e79adc6a8a5b8b6759eb.tar.gz
freebsd-ports-gnome-6e61acd88cd0475b99e1e79adc6a8a5b8b6759eb.tar.zst
freebsd-ports-gnome-6e61acd88cd0475b99e1e79adc6a8a5b8b6759eb.zip
- Fix OPENSSL_LIBS in CONFIGURE_ENV
Diffstat (limited to 'www')
-rw-r--r--www/aria2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index 7b46363d1af0..cebedbca4370 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -22,7 +22,7 @@ CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-metalink \
--with-libxml2 --with-libz --with-openssl --without-gnutls \
--without-libcares --without-libexpat --without-libgcrypt \
--without-libgmp --without-libnettle
-CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" \
+CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \
ZLIB_CFLAGS=-I${INCLUDEDIR} ZLIB_LIBS="-L${LIBDIR} -lz" \
ac_cv_path_RST2HTML=no
GNU_CONFIGURE= yes