[gnutls] Disable largefile on arm arch. (#787287)

Kevin Fenzi kevin at fedoraproject.org
Fri Feb 3 22:49:16 UTC 2012


commit 4a3e0235ae1a0a7c15388c1fc18d8675e68a45ed
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Fri Feb 3 15:49:13 2012 -0700

    Disable largefile on arm arch. (#787287)

 gnutls.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index a470803..a2198d8 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -1,7 +1,7 @@
 Summary: A TLS protocol implementation
 Name: gnutls
 Version: 2.12.14
-Release: 2%{?dist}
+Release: 3%{?dist}
 # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
 License: GPLv3+ and LGPLv2+
 Group: System Environment/Libraries
@@ -103,6 +103,9 @@ export LDFLAGS="-Wl,--no-add-needed"
            --disable-openssl-compatibility \
            --disable-srp-authentication \
            --disable-rpath \
+%ifarch %{arm}
+           --disable-largefile \
+%endif
            --with-libgcrypt
 make
 cp lib/COPYING COPYING.LIB
@@ -184,6 +187,9 @@ fi
 %{_datadir}/guile/site/gnutls.scm
 
 %changelog
+* Fri Feb 03 2012 Kevin Fenzi <kevin at scrye.com> - 2.12.14-3
+- Disable largefile on arm arch. (#787287)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.12.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list