[arch-commits] Commit in lxc/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sat Jan 2 17:25:19 UTC 2021
Date: Saturday, January 2, 2021 @ 17:25:19
Author: jelle
Revision: 803980
Disable -Werror as upstream can't possibly keep up
We usually have a more modern GCC then upstream
Modified:
lxc/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-02 17:11:32 UTC (rev 803979)
+++ PKGBUILD 2021-01-02 17:25:19 UTC (rev 803980)
@@ -55,6 +55,7 @@
--with-init-script=systemd \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
--enable-pam \
+ --disable-werror \
--with-pamdir=/usr/lib/security
make
}
More information about the arch-commits
mailing list