diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-11-21 22:19:23 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-11-22 08:59:51 +0100 |
commit | 959b52c38191e821477eaa53320780eab10177b5 (patch) | |
tree | 4d66d80f597048e1041759d821727bf6cffd6d9d /source/l/dconf | |
parent | c04362b8e13292fb5feda944453a419bc97c4e59 (diff) | |
download | current-959b52c38191e821477eaa53320780eab10177b5.tar.gz |
Thu Nov 21 22:19:23 UTC 201920191121221923
a/efibootmgr-20191011_e8ce9fe-x86_64-1.txz: Upgraded.
a/efivar-20191015_ca85d51-x86_64-1.txz: Upgraded.
l/libtasn1-4.15.0-x86_64-1.txz: Upgraded.
n/php-7.3.12-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/dconf')
-rwxr-xr-x | source/l/dconf/dconf.SlackBuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/l/dconf/dconf.SlackBuild b/source/l/dconf/dconf.SlackBuild index c0ad9a1c..8dd00267 100755 --- a/source/l/dconf/dconf.SlackBuild +++ b/source/l/dconf/dconf.SlackBuild @@ -78,6 +78,11 @@ 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 + sed -i "s/link_whole: libdconf_common,/link_with: libdconf_common,/g" common/meson.build +fi + # Configure, build, and install: export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" |