[packages/libheif] - disable go code on x32 - rel 3
baggins
baggins at pld-linux.org
Sat Nov 2 10:29:14 CET 2019
commit 73036a414baa072224787d66e2dbbbee276629f8
Author: Jan Rękorajski <baggins at pld-linux.org>
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
More information about the pld-cvs-commit
mailing list