diff options
author | joerg <joerg> | 2016-01-21 18:10:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-01-21 18:10:19 +0000 |
commit | e48ca496b7d04333eddaa8e81709ebfc75bf847e (patch) | |
tree | 23aa1afa05462c2d9bb24ee5042956a71a35506f /pkgtools/pkg_install | |
parent | 23f32879ba3328479330c2514f2ce0397893c82c (diff) | |
download | pkgsrc-e48ca496b7d04333eddaa8e81709ebfc75bf847e.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' \ |