[packages/crossmingw32-expat] - pass --build to properly detect cross-build on all builders(?); release 2
qboosh
qboosh at pld-linux.org
Sat Mar 12 21:57:58 CET 2022
commit 9524d4e958be6f93d438756cc620c40384e60352
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Mar 12 21:59:41 2022 +0100
- pass --build to properly detect cross-build on all builders(?); release 2
crossmingw32-expat.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw32-expat.spec b/crossmingw32-expat.spec
index cc73eba..6988802 100644
--- a/crossmingw32-expat.spec
+++ b/crossmingw32-expat.spec
@@ -3,7 +3,7 @@ Summary(pl.UTF-8): Analizator składni XML-a 1.0 - wersja skrośna dla Ming32
%define realname expat
Name: crossmingw32-%{realname}
Version: 2.4.7
-Release: 1
+Release: 2
License: MIT
Group: Development/Libraries
Source0: https://downloads.sourceforge.net/expat/%{realname}-%{version}.tar.xz
@@ -90,8 +90,9 @@ Biblioteka DLL expat dla Windows.
%{__autoheader}
%{__automake}
%configure \
- --target=%{target} \
+ --build=i686-pc-linux-gnu \
--host=%{target} \
+ --target=%{target} \
--without-docbook \
--without-xmlwf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-expat.git/commitdiff/9524d4e958be6f93d438756cc620c40384e60352
More information about the pld-cvs-commit
mailing list