summaryrefslogtreecommitdiffstats
path: root/source/l/dconf
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-12-03 19:07:24 +0000
committer Eric Hameleers <alien@slackware.com>2019-12-04 08:59:50 +0100
commitd29002b2b2bba13ec5d668a22febddf2e4001f62 (patch)
tree7f3c963421bdacb55eb3bdf675bd15d547381952 /source/l/dconf
parent4355ff4c77d0aea75488f167a7cb890c80d1164b (diff)
downloadcurrent-d29002b2b2bba13ec5d668a22febddf2e4001f62.tar.gz
current-d29002b2b2bba13ec5d668a22febddf2e4001f62.tar.xz
Tue Dec 3 19:07:24 UTC 201920191203190724
n/ebtables-2.0.11-x86_64-1.txz: Upgraded. n/iptables-1.8.4-x86_64-1.txz: Upgraded. n/libnftnl-1.1.5-x86_64-1.txz: Upgraded. n/nftables-0.9.3-x86_64-1.txz: Upgraded. n/whois-5.5.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/dconf')
-rwxr-xr-xsource/l/dconf/dconf.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/dconf/dconf.SlackBuild b/source/l/dconf/dconf.SlackBuild
index 8dd002676..927bba200 100755
--- a/source/l/dconf/dconf.SlackBuild
+++ b/source/l/dconf/dconf.SlackBuild
@@ -78,8 +78,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# Fix duplicate symbols at link time with meson-0.52.0:
-if [ "$(meson --version)" = "0.52.0" ]; then
+# Fix duplicate symbols at link time with meson-0.52.{0,1}:
+if [ "$(meson --version)" = "0.52.0" -o "$(meson --version)" = "0.52.1" ]; then
sed -i "s/link_whole: libdconf_common,/link_with: libdconf_common,/g" common/meson.build
fi