From ae1639a0f93fbf16a727527bf112dcd9e5da549b Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 4 Mar 2009 19:47:20 +0000 Subject: Explicitly build local libarchive without ACL support, I don't want to get into the mess of needing to figure out linkage on Linux. --- pkgtools/pkg_install/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools/pkg_install/Makefile') 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} \ -- cgit v1.2.3