diff options
author | joerg <joerg> | 2009-03-04 19:47:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-03-04 19:47:20 +0000 |
commit | ae1639a0f93fbf16a727527bf112dcd9e5da549b (patch) | |
tree | 73bcd2f5ebfc5ca03ad1860e4f99a909310d1332 /pkgtools | |
parent | 34384653abcbc759e839be3982bc4509b99e40ae (diff) | |
download | pkgsrc-ae1639a0f93fbf16a727527bf112dcd9e5da549b.tar.gz |
Explicitly build local libarchive without ACL support, I don't want to
get into the mess of needing to figure out linkage on Linux.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index d11114899cb..f2a84118f77 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.159 2009/02/02 12:34:59 joerg Exp $ +# $NetBSD: Makefile,v 1.160 2009/03/04 19:47:20 joerg Exp $ # Notes to package maintainers: # @@ -149,7 +149,7 @@ pre-configure: ${SETENV} ${_CONFIGURE_SCRIPT_ENV} \ ${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} \ ./configure --disable-shared --disable-bsdtar \ - --disable-dependency-tracking + --disable-dependency-tracking --disable-acl cd ${WRKDIR}/libarchive && ${BUILD_MAKE_CMD} .endif cd ${WRKDIR}/libfetch && ${SETENV} ${MAKE_ENV} \ |