pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/bsdtar Disable ACL support on ChromeOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/974805ff023d
branches:  trunk
changeset: 371987:974805ff023d
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Nov 25 15:48:49 2017 +0000

description:
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.

diffstat:

 archivers/bsdtar/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 4a4e6082f2c3 -r 974805ff023d archivers/bsdtar/Makefile
--- a/archivers/bsdtar/Makefile Sat Nov 25 13:32:39 2017 +0000
+++ b/archivers/bsdtar/Makefile Sat Nov 25 15:48:49 2017 +0000
@@ -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 @@
 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