From: Jan Rękorajski Date: Sun, 5 Apr 2015 18:09:19 +0000 (+0200) Subject: - filer out compiler options not supported by mingw X-Git-Tag: auto/th/crossmingw32-expat-2.0.1-4 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=92f2a7f5b21be755b08987cd606f4deff6374b9b;hp=96485b716408177b1be5e1c84059be1b8a5d5d3c;p=packages%2Fcrossmingw32-expat.git - filer out compiler options not supported by mingw - rel 4 --- diff --git a/crossmingw32-expat.spec b/crossmingw32-expat.spec index d519fa2..b83d4e1 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.0.1 -Release: 3 +Release: 4 License: Thai Open Source Software Center Ltd (distributable) Group: Development/Libraries Source0: http://dl.sourceforge.net/expat/%{realname}-%{version}.tar.gz @@ -36,6 +36,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %endif # -z options are invalid for mingw linker %define filterout_ld -Wl,-z,.* +%define filterout_c -f[-a-z0-9=]* +%define filterout_cxx -f[-a-z0-9=]* %description Expat is an XML parser written in C. It aims to be fully conforming.