pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Explicitly build local libarchive...
details: https://anonhg.NetBSD.org/pkgsrc/rev/751af96be15f
branches: trunk
changeset: 555540:751af96be15f
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Mar 04 19:47:20 2009 +0000
description:
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:
pkgtools/pkg_install/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r df729a743034 -r 751af96be15f pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile Wed Mar 04 19:29:37 2009 +0000
+++ b/pkgtools/pkg_install/Makefile Wed Mar 04 19:47:20 2009 +0000
@@ -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 @@
${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} \
Home |
Main Index |
Thread Index |
Old Index