diff options
author | joerg <joerg> | 2016-06-21 12:23:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2016-06-21 12:23:01 +0000 |
commit | a1987a41db7654bcced5b2fc4fc19a48fedfce51 (patch) | |
tree | 7c55a35d49720b0f090444c7de7bb720e92f49e5 /pkgtools/pkg_install | |
parent | 8a7bf86741263e2b45972269773e3da3f6eeb638 (diff) | |
download | pkgsrc-a1987a41db7654bcced5b2fc4fc19a48fedfce51.tar.gz |
Disable maintainer mode for libarchive.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index a663d0ca818..53a4834fd54 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.217 2016/03/05 11:29:15 jperkin Exp $ +# $NetBSD: Makefile,v 1.218 2016/06/21 12:23:01 joerg Exp $ # Notes to package maintainers: # @@ -213,6 +213,7 @@ pre-configure: ${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} ./configure \ --disable-bsdcpio --disable-bsdtar --disable-shared \ --disable-dependency-tracking --without-expat \ + --disable-maintainer-mode \ --without-iconv --without-lzo2 --without-nettle \ --without-xml2 \ ${LIBARCHIVE_CONFIGURE_ARGS} |