diff options
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 |
commit | d29002b2b2bba13ec5d668a22febddf2e4001f62 (patch) | |
tree | 7f3c963421bdacb55eb3bdf675bd15d547381952 /source/l/dconf | |
parent | 4355ff4c77d0aea75488f167a7cb890c80d1164b (diff) | |
download | current-d29002b2b2bba13ec5d668a22febddf2e4001f62.tar.gz |
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-x | source/l/dconf/dconf.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/dconf/dconf.SlackBuild b/source/l/dconf/dconf.SlackBuild index 8dd00267..927bba20 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 |