Accepting request 580513 from home:rudi_m:branches:network

- build with --enable-filter-aaaa to make it possible to use
  config option "filter-aaaa-on-v4 yes". Useful to workaround
  broken websites like netflix which block traffic from certain
  IPv6 tunnel providers.

OBS-URL: https://build.opensuse.org/request/show/580513
OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=234
This commit is contained in:
Dirk Mueller 2018-02-27 10:12:33 +00:00 committed by Git OBS Bridge
parent 709c0c9ee2
commit 862ae2408a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 26 19:26:17 UTC 2018 - sweet_f_a@gmx.de
- build with --enable-filter-aaaa to make it possible to use
config option "filter-aaaa-on-v4 yes". Useful to workaround
broken websites like netflix which block traffic from certain
IPv6 tunnel providers.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 16 12:59:41 UTC 2018 - bwiedemann@suse.com Fri Feb 16 12:59:41 UTC 2018 - bwiedemann@suse.com

View File

@ -355,6 +355,7 @@ export CFLAGS="%{optflags}"
--with-gssapi=yes \ --with-gssapi=yes \
--disable-isc-spnego \ --disable-isc-spnego \
--enable-fixed-rrset \ --enable-fixed-rrset \
--enable-filter-aaaa \
%if %{with_systemd} %if %{with_systemd}
--with-systemd \ --with-systemd \
%endif %endif