]> git.pld-linux.org Git - packages/rpm.git/commitdiff
disable acl. rpm doesn't use it
authorElan Ruusamäe <glen@delfi.ee>
Sun, 24 Apr 2016 19:30:40 +0000 (22:30 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 24 Apr 2016 19:30:40 +0000 (22:30 +0300)
> 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

index 72edfa0f0b8e81824cd555a17fe48c81952561de..e10d16605668fbae08ae91e122db9249979bcff0 100644 (file)
--- 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} \
This page took 0.035973 seconds and 4 git commands to generate.