- 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:
parent
0eb04b89bc
commit
0d6ec885cf
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user