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 | 7de0b6bb94674612b2640349e0a35d79407ad783 (patch) | |
tree | 23aa1afa05462c2d9bb24ee5042956a71a35506f /pkgtools/pkg_install | |
parent | 7ea5c9477466829ecd199240cfecfd8dfe9453e9 (diff) | |
download | pkgsrc-7de0b6bb94674612b2640349e0a35d79407ad783.tar.gz |
Prepare for multiple users of LIBARCHIVE_CONFIGURE_ARGS by using append.
Diffstat (limited to 'pkgtools/pkg_install')
-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' \ |