diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-20 20:24:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-20 20:24:24 +0000 |
commit | c5228eec8495642487390e0b93f2df1508c81689 (patch) | |
tree | bf68c03f91b90da6a9af93b8f7b7e11f80b02c39 /pkgtools | |
parent | 6210380244504a3bc2e285e11fc1d9d1e1875988 (diff) | |
download | pkgsrc-c5228eec8495642487390e0b93f2df1508c81689.tar.gz |
Sync with libarchive 2.8.0.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index d4d4a711faa..de853dffef1 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.172 2010/02/03 14:20:14 joerg Exp $ +# $NetBSD: Makefile,v 1.173 2010/02/20 20:24:24 joerg Exp $ # Notes to package maintainers: # @@ -150,7 +150,8 @@ pre-configure: ${SETENV} ${_CONFIGURE_SCRIPT_ENV} \ ${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} \ ./configure --disable-shared --disable-bsdtar \ - --disable-dependency-tracking --disable-acl + --disable-bsdcpio --without-expat --without-xml2 \ + --disable-dependency-tracking --disable-acl cd ${WRKDIR}/libarchive && ${BUILD_MAKE_CMD} .endif cd ${WRKDIR}/libfetch && ${SETENV} ${MAKE_ENV} \ |