summaryrefslogtreecommitdiff
path: root/source/ap
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap')
-rw-r--r--source/ap/FTBFSlog4
-rwxr-xr-xsource/ap/lxc/lxc.SlackBuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/source/ap/FTBFSlog b/source/ap/FTBFSlog
index 859555ed..288bf80a 100644
--- a/source/ap/FTBFSlog
+++ b/source/ap/FTBFSlog
@@ -1,3 +1,7 @@
+Thu Sep 1 02:14:00 UTC 2022
+ lxc: build with -Wno-error=incompatible-pointer-types.
+ Thanks to nobodino.
++--------------------------+
Mon Feb 7 20:57:55 UTC 2022
All packages tested and found to compile properly.
+--------------------------+
diff --git a/source/ap/lxc/lxc.SlackBuild b/source/ap/lxc/lxc.SlackBuild
index 023a384e..8cfbe23d 100755
--- a/source/ap/lxc/lxc.SlackBuild
+++ b/source/ap/lxc/lxc.SlackBuild
@@ -96,7 +96,7 @@ python=""
# Configure:
# lua is autodetected
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -Wno-error=incompatible-pointer-types" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \