diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-29 21:41:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-29 21:41:28 +0800 |
commit | 6e61acd88cd0475b99e1e79adc6a8a5b8b6759eb (patch) | |
tree | 667e6c44e2a9e174c8038c1706765d75c555126a /www | |
parent | b61ed1c1eadaf14aa0fce27d5f3227aa52ea6928 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |