[packages/rpm/dev-5.4.16] disable acl. rpm doesn't use it

glen glen at pld-linux.org
Tue Apr 26 09:28:07 CEST 2016


commit 95835ad85b73017f929545e6ae070f2b9a1609ac
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Apr 24 22:30:40 2016 +0300

    disable acl. rpm doesn't use it
    
    > The lossage will be in in tools/mtree (swiped from F*BSD).
    > RPM itself doesn't give a hoot about ACL's.
    
    http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2016-April/024846.html

 rpm.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rpm.spec b/rpm.spec
index 72edfa0..e10d166 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -1062,7 +1062,7 @@ sed -i \
 	--with-bugreport="http://bugs.pld-linux.org/" \
 	--with-bzip2=external \
 	--with-db=external \
-	--with-acl=external \
+	--without-acl \
 	--with-dbapi=db \
 	--with-file=external \
 	--with-keyutils=%{?with_keyutils:external}%{!?with_keyutils:no} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/95835ad85b73017f929545e6ae070f2b9a1609ac



More information about the pld-cvs-commit mailing list