]> git.pld-linux.org Git - packages/ldns.git/commitdiff
- rel 4; openssl 1.1.1 rebuild; force gost support auto/th/ldns-1.7.0-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Sep 2018 08:34:17 +0000 (10:34 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Sep 2018 08:34:17 +0000 (10:34 +0200)
ldns.spec

index d2276ddbe38037e0704c2292b4ae76dd85564764..6e80bf781fd2245e0bdf8dc7e98331ebf83a48df 100644 (file)
--- a/ldns.spec
+++ b/ldns.spec
@@ -1,7 +1,6 @@
-# TODO: drop dane bcond after switch to openssl 1.1.0
 #
 # Conditional build:
-%bcond_with    dane            # OpenSSL DANE functions for verification (requires openssl >= 1.1.0)
+%bcond_without dane            # OpenSSL DANE functions for verification (requires openssl >= 1.1.0)
 %bcond_without static_libs     # don't build static libraries
 %bcond_without python          # Python modules
 #
@@ -9,7 +8,7 @@ Summary:        ldns - a library with the aim to simplify DNS programing in C
 Summary(pl.UTF-8):     ldns - biblioteka mająca na celu uproszczenie programowania DNS w C
 Name:          ldns
 Version:       1.7.0
-Release:       3
+Release:       4
 License:       BSD
 Group:         Libraries
 Source0:       http://www.nlnetlabs.nl/downloads/ldns/%{name}-%{version}.tar.gz
@@ -124,6 +123,7 @@ nie będa wspierane.
 %{__autoconf}
 %{__autoheader}
 %configure \
+       --enable-gost-anyway \
        %{!?with_dane:--disable-dane-ta-usage} \
        --enable-static%{!?with_static_libs:=no} \
        --with-drill \
This page took 0.159914 seconds and 4 git commands to generate.