]> git.pld-linux.org Git - packages/ghc-cryptonite.git/commitdiff
- rel 2, no integer-gmp on x32 auto/th/ghc-cryptonite-0.26-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 30 May 2020 21:12:56 +0000 (23:12 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 30 May 2020 21:12:56 +0000 (23:12 +0200)
ghc-cryptonite.spec

index 73553ef0d6b9d9f8b94f9cd7ca22d79214fef03c..e63c29586fd4fd4fb188af0383814da4d1129276 100644 (file)
@@ -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} \
This page took 0.17732 seconds and 4 git commands to generate.