Date: Fri, 29 Nov 2013 13:41:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335176 - head/www/aria2 Message-ID: <201311291341.rATDfSED055649@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 29 13:41:28 2013 New Revision: 335176 URL: http://svnweb.freebsd.org/changeset/ports/335176 Log: - Fix OPENSSL_LIBS in CONFIGURE_ENV Modified: head/www/aria2/Makefile Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Fri Nov 29 12:48:23 2013 (r335175) +++ head/www/aria2/Makefile Fri Nov 29 13:41:28 2013 (r335176) @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --disable-epoll --enable --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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311291341.rATDfSED055649>