From 4a3e0235ae1a0a7c15388c1fc18d8675e68a45ed Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 3 Feb 2012 15:49:13 -0700 Subject: [PATCH] Disable largefile on arm arch. (#787287) --- gnutls.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 - 2.12.14-3 +- Disable largefile on arm arch. (#787287) + * Fri Jan 13 2012 Fedora Release Engineering - 2.12.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild