commit 73036a414baa072224787d66e2dbbbee276629f8
Author: Jan Rękorajski <[email protected]>
Date:   Sat Nov 2 10:27:40 2019 +0100

    - disable go code on x32
    - rel 3

 libheif.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libheif.spec b/libheif.spec
index d02aaf2..0f654ed 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -6,7 +6,7 @@ Summary:        ISO/IEC 23008-12:2017 HEIF file format decoder 
and encoder
 Summary(pl.UTF-8):     Koder i dekoder formatu plików HEIF zgodnego z ISO/IEC 
23008-12:2017
 Name:          libheif
 Version:       1.5.1
-Release:       2
+Release:       3
 License:       LGPL v3+ (library), GPL v3+ (tools)
 Group:         Libraries
 #Source0Download: https://github.com/strukturag/libheif/releases/
@@ -118,7 +118,11 @@ Wtyczka gdk-pixbuf do obsługi plików HEIF.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+%ifarch x32
+       --disable-go
+%endif
+
 %{__make}
 
 %{?with_tests:%{__make} check}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libheif.git/commitdiff/73036a414baa072224787d66e2dbbbee276629f8

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to