diff options
author | joerg <joerg@pkgsrc.org> | 2016-01-21 18:10:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-01-21 18:10:19 +0000 |
commit | 19cfe5c217b28b2506e583ba8449a8bcb88a1b86 (patch) | |
tree | 23aa1afa05462c2d9bb24ee5042956a71a35506f | |
parent | 23ce736313aa4f80ed9b1ff30043392d34db8941 (diff) | |
download | pkgsrc-19cfe5c217b28b2506e583ba8449a8bcb88a1b86.tar.gz |
Prepare for multiple users of LIBARCHIVE_CONFIGURE_ARGS by using append.
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 680e14d339e..91f4bb5eeaa 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.212 2015/10/20 08:18:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.213 2016/01/21 18:10:19 joerg Exp $ # Notes to package maintainers: # @@ -145,7 +145,7 @@ LDFLAGS+= -L${WRKDIR}/libarchive/.libs # Until we support pkgsrc openssl at bootstrap time, disable it completely # if asked to avoid the builtin. . if empty(USE_BUILTIN.openssl:M[Yy][Ee][Ss]) -LIBARCHIVE_CONFIGURE_ARGS= --without-openssl +LIBARCHIVE_CONFIGURE_ARGS+= --without-openssl . endif LIBARCHIVE_LIBS= ${SED} -n -e 's/^Libs.private://p' \ |