diff options
author | joerg <joerg@pkgsrc.org> | 2016-06-21 12:23:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-06-21 12:23:01 +0000 |
commit | f14923fe671e1f2840c9b000860aae99b9ad5014 (patch) | |
tree | 7c55a35d49720b0f090444c7de7bb720e92f49e5 | |
parent | 0f341f727e25cf7bf1da6a522774eda63b99357d (diff) | |
download | pkgsrc-f14923fe671e1f2840c9b000860aae99b9ad5014.tar.gz |
Disable maintainer mode for libarchive.
-rw-r--r-- | archivers/libarchive/Makefile.common | 3 | ||||
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/archivers/libarchive/Makefile.common b/archivers/libarchive/Makefile.common index c3943801275..f83b15901b1 100644 --- a/archivers/libarchive/Makefile.common +++ b/archivers/libarchive/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2016/06/20 17:28:33 joerg Exp $ +# $NetBSD: Makefile.common,v 1.6 2016/06/21 12:23:01 joerg Exp $ # used by archivers/bsdtar/Makefile # used by archivers/libarchive/Makefile @@ -17,3 +17,4 @@ CONFIGURE_ARGS+= --without-expat CONFIGURE_ARGS+= --without-lzo2 CONFIGURE_ARGS+= --without-nettle CONFIGURE_ARGS+= --without-xml2 +CONFIGURE_ARGS+= --disable-maintainer-mode 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} |