summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2009-03-04 19:47:20 +0000
committerjoerg <joerg>2009-03-04 19:47:20 +0000
commitdc34516b6fd6e1bfa343f6b1bdab180515a3c549 (patch)
tree73bcd2f5ebfc5ca03ad1860e4f99a909310d1332 /pkgtools
parentccc2f036a620f3621a1fe28ac1526aa5620ecbca (diff)
downloadpkgsrc-dc34516b6fd6e1bfa343f6b1bdab180515a3c549.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/Makefile4
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} \