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 | cced9e8fba5793873b113248e603ea86b5ebb6d3 (patch) | |
| tree | 5a56ff707bf381d81f6ae41af75f813cb66b24ce /pkgtools/pkg_install/Makefile | |
| parent | c7610593ae1574baa8bfc8815ad1e39e3030c93e (diff) | |
| download | pkgsrc-cced9e8fba5793873b113248e603ea86b5ebb6d3.tar.gz | |
Disable maintainer mode for libarchive.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
| -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} |
