From 6a6078dc0255c12225bb4fbcc8cc804487deb209 Mon Sep 17 00:00:00 2001 From: Jakub Martisko Date: Tue, 3 Dec 2019 10:14:28 +0100 Subject: [PATCH] Reenable the fat binaries build option Resolves: #1779060 --- gmp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gmp.spec b/gmp.spec index 27ff6f7..aae78d8 100644 --- a/gmp.spec +++ b/gmp.spec @@ -6,7 +6,7 @@ Summary: A GNU arbitrary precision library Name: gmp Version: 6.1.2 -Release: 11%{?dist} +Release: 12%{?dist} Epoch: 1 URL: http://gmplib.org/ Source0: ftp://ftp.gmplib.org/pub/gmp-%{version}/gmp-%{version}.tar.bz2 @@ -87,7 +87,7 @@ fi export CXXFLAGS=$(echo %{optflags} | sed -e "s/-mtune=[^ ]*//g" | sed -e "s/-march=[^ ]*/-march=i686/g") %endif -%configure --enable-cxx +%configure --enable-cxx --enable-fat sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \ @@ -174,6 +174,10 @@ make %{?_smp_mflags} check %{_libdir}/libgmpxx.a %changelog +* Tue Dec 03 2019 Jakub Martisko - 1:6.1.2-12 +- Reenable the fat binaries build option +Resolves: #1779060 + * Thu Jul 25 2019 Fedora Release Engineering - 1:6.1.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild