]> git.pld-linux.org Git - packages/libetpan.git/commitdiff
follow major distributions and build with gnutls instead of openssl auto/th/libetpan-1.9.3-1
authorJan Palus <atler@pld-linux.org>
Sun, 17 Feb 2019 22:08:31 +0000 (23:08 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 17 Feb 2019 22:08:31 +0000 (23:08 +0100)
libetpan.spec

index af827bf9997ab73e450e413f20a27e0accc57d05..3c4644e2c98900c8f01f3253581d8de4ff758940 100644 (file)
@@ -17,10 +17,10 @@ BuildRequires:      cyrus-sasl-devel >= 2
 BuildRequires: db-devel >= 4
 BuildRequires: docbook-style-dsssl
 BuildRequires: expat-devel
+BuildRequires: gnutls-devel
 BuildRequires: liblockfile-devel
 BuildRequires: libtool
 BuildRequires: openjade
-BuildRequires: openssl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -80,8 +80,8 @@ Statyczna biblioteka libEtPan.
 %{__automake}
 %configure \
        --enable-ipv6 \
-       --with-openssl \
-       --without-gnutls
+       --with-gnutls=yes \
+       --with-openssl=no
 %{__make}
 %{__make} -C doc doc \
        DSL=%{_datadir}/sgml/docbook/dsssl-stylesheets/html/docbook.dsl
This page took 0.156673 seconds and 4 git commands to generate.