From: Jan Rękorajski Date: Sat, 30 May 2020 21:12:56 +0000 (+0200) Subject: - rel 2, no integer-gmp on x32 X-Git-Tag: auto/th/ghc-cryptonite-0.26-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=0e19df748f8fa3193b0126514e966c897eda037a;p=packages%2Fghc-cryptonite.git - rel 2, no integer-gmp on x32 --- diff --git a/ghc-cryptonite.spec b/ghc-cryptonite.spec index 73553ef..e63c295 100644 --- a/ghc-cryptonite.spec +++ b/ghc-cryptonite.spec @@ -6,7 +6,7 @@ Summary: Cryptography Primitives sink Name: ghc-%{pkgname} Version: 0.26 -Release: 1 +Release: 2 License: BSD Group: Development/Languages #Source0Download: http://hackage.haskell.org/package/cryptonite @@ -68,6 +68,9 @@ kiedy potrzebujemy systemu profilującego z GHC. %build runhaskell Setup.hs configure -v2 \ %{?with_prof:--enable-library-profiling} \ +%ifarch x32 + --flags="-integer-gmp" \ +%endif --prefix=%{_prefix} \ --libdir=%{_libdir} \ --libexecdir=%{_libexecdir} \