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 /archivers | |
parent | 8a7bf86741263e2b45972269773e3da3f6eeb638 (diff) | |
download | pkgsrc-a1987a41db7654bcced5b2fc4fc19a48fedfce51.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 |