pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/bsdtar
Module Name: pkgsrc
Committed By: bsiegert
Date: Sat Nov 25 15:48:49 UTC 2017
Modified Files:
pkgsrc/archivers/bsdtar: Makefile
Log Message:
Disable ACL support on ChromeOS.
For some reason, the configure script mis-detects acl support, then
fails to build because the header file is missing.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/archivers/bsdtar/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/bsdtar/Makefile
diff -u pkgsrc/archivers/bsdtar/Makefile:1.23 pkgsrc/archivers/bsdtar/Makefile:1.24
--- pkgsrc/archivers/bsdtar/Makefile:1.23 Wed Jan 27 12:26:11 2016
+++ pkgsrc/archivers/bsdtar/Makefile Sat Nov 25 15:48:49 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2016/01/27 12:26:11 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2017/11/25 15:48:49 bsiegert Exp $
.include "../../archivers/libarchive/Makefile.common"
+.include "../../mk/bsd.prefs.mk"
PKGNAME= ${DISTNAME:S/libarchive/bsdtar/}
COMMENT= Fast multi-format tape archiver
@@ -11,6 +12,9 @@ COMMENT= Fast multi-format tape archiver
CONFIGURE_ARGS+= --enable-bsdtar=static
CONFIGURE_ARGS+= --disable-bsdcpio
CONFIGURE_ARGS+= --disable-shared
+.if "${OS_VARIANT}" == "chromeos"
+CONFIGURE_ARGS+= --disable-acl
+.endif
.include "../../archivers/bzip2/builtin.mk"
.include "../../archivers/xz/builtin.mk"
Home |
Main Index |
Thread Index |
Old Index