summaryrefslogtreecommitdiffstats
path: root/libraries/efl/efl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/efl/efl.SlackBuild')
-rw-r--r--libraries/efl/efl.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/efl/efl.SlackBuild b/libraries/efl/efl.SlackBuild
index 7749d31c32..d4bf3b7a0b 100644
--- a/libraries/efl/efl.SlackBuild
+++ b/libraries/efl/efl.SlackBuild
@@ -76,13 +76,16 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Required by the newer mesa
+patch -p1 < $CWD/0d2b624f1e24240a1c4e651aa1cfe9a8dd10a573.patch
+
# 20200416 bkw: vita_cell on IRC reported missing DSO errors for -lm
# and -ldl. efl has a LOT of optional/autodetected libraries, I couldn't
# duplicate his problem, but it looks like some optional library normally
# adds the -lm -ldl in its pkgconfig file and he was missing whatever
# it was. In any case, adding them here won't hurt anything.
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -fcommon" \
CXXFLAGS="$SLKCFLAGS" \
LIBS="-lm -ldl" \
./configure \