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 /archivers | |
parent | c7610593ae1574baa8bfc8815ad1e39e3030c93e (diff) | |
download | pkgsrc-cced9e8fba5793873b113248e603ea86b5ebb6d3.tar.gz |
Disable maintainer mode for libarchive.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile.common | 3 |
1 files changed, 2 insertions, 1 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 |