diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-11-17 22:07:53 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-11-18 08:59:48 +0100 |
commit | 8a57cac1b7b766e492bdce5af37fed3386e3bc1a (patch) | |
tree | 2f278ebcf673e620a54b69169440bc035256a6ac /source/n/bind/bind.SlackBuild | |
parent | a8edf862caf8a3d09bc742a80d8c217ee8ab2da6 (diff) | |
download | current-8a57cac1b7b766e492bdce5af37fed3386e3bc1a.tar.gz current-8a57cac1b7b766e492bdce5af37fed3386e3bc1a.tar.xz |
Sun Nov 17 22:07:53 UTC 201920191117220753
ap/qpdf-9.1.0-x86_64-1.txz: Upgraded.
d/check-0.13.0-x86_64-1.txz: Added.
This is needed to build PulseAudio using Meson.
l/alsa-lib-1.2.1-x86_64-2.txz: Rebuilt.
Merge alsa-topology-conf-1.2.1 and alsa-ucm-conf-1.2.1 into the package.
l/pulseaudio-13.0-x86_64-2.txz: Rebuilt.
Rebuilt with meson. This causes esound support to be dropped, but it's
likely that nobody will care.
l/pyparsing-2.4.5-x86_64-1.txz: Upgraded.
extra/pure-alsa-system/alsa-lib-1.2.1-x86_64-2_alsa.txz: Rebuilt.
Merge alsa-topology-conf-1.2.1 and alsa-ucm-conf-1.2.1 into the package.
Diffstat (limited to 'source/n/bind/bind.SlackBuild')
-rwxr-xr-x | source/n/bind/bind.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild index 6359a7ddc..a194586d5 100755 --- a/source/n/bind/bind.SlackBuild +++ b/source/n/bind/bind.SlackBuild @@ -87,6 +87,7 @@ CFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --enable-shared \ --disable-static \ + --enable-filter-aaaa \ --with-openssl=/usr \ --build=$ARCH-slackware-linux || exit 1 |