- fix building on SLE11 by disabling gost

OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=28
This commit is contained in:
Marcus Rückert 2016-05-10 22:26:31 +00:00 committed by Git OBS Bridge
parent 0eb04b89bc
commit 0d6ec885cf
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 10 22:23:24 UTC 2016 - mrueckert@suse.de
- fix building on SLE11 by disabling gost
-------------------------------------------------------------------
Tue Sep 1 11:46:20 UTC 2015 - dimstar@opensuse.org

View File

@ -15,6 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# gost needs openssl >= 1.0
%if 0%{?suse_version} > 1110
%bcond_without gost
%else
%bcond_with gost
%endif
Name: ldns
Version: 1.6.17
@ -102,6 +108,9 @@ Perl bindings for ldns library
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%configure \
%if ! %{with gost}
--disable-gost \
%endif
--disable-rpath \
--disable-static \
--enable-rrtype-ninfo \