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
 }

Reply via email to