[gnutls/f19] do not link with autogen, nor expect tpmtool.

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Tue Nov 26 12:32:26 UTC 2013


commit c7ea0f3b2e3b07b502efe007f7c6a90c4c1ec64a
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Tue Nov 26 13:32:12 2013 +0100

    do not link with autogen, nor expect tpmtool.

 gnutls.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index e0eb6ea..48e99b5 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -12,7 +12,8 @@ BuildRequires: p11-kit-devel >= 0.11, gettext
 BuildRequires: zlib-devel, readline-devel, libtasn1-devel >= 3.1
 BuildRequires: libtool, automake, autoconf, texinfo
 BuildRequires: nettle-devel >= 2.5
-BuildRequires: autogen-libopts-devel >= 5.18 autogen
+# Not suitable autogen is present in this release
+# BuildRequires: autogen-libopts-devel >= 5.18 autogen
 
 # Do not link against trousers in F19. The installed trousers
 # package isn't sufficient.
@@ -160,6 +161,7 @@ export LDFLAGS="-Wl,--no-add-needed"
            --disable-openssl-compatibility \
            --disable-srp-authentication \
 	   --without-tpm \
+	   --enable-local-libopts \
 %if %{with guile}
            --enable-guile \
 %ifarch %{arm}
@@ -252,7 +254,6 @@ fi
 %{_bindir}/certtool
 %{_bindir}/ocsptool
 %{_bindir}/psktool
-%{_bindir}/tpmtool
 %{_bindir}/p11tool
 %if %{with dane}
 %{_bindir}/danetool


More information about the scm-commits mailing list