From 27422a4b765b537de7648c1f1a9262205122e266 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 7 Apr 2013 13:20:22 +0200 Subject: [PATCH] - updated filterout_ defines --- crossmingw32-gtkmm.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crossmingw32-gtkmm.spec b/crossmingw32-gtkmm.spec index b1226ed..44096ca 100644 --- a/crossmingw32-gtkmm.spec +++ b/crossmingw32-gtkmm.spec @@ -47,8 +47,10 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc %define optflags -O2 %endif -# -z options are invalid for mingw linker +# -z options are invalid for mingw linker, most of -f options are Linux-specific %define filterout_ld -Wl,-z,.* +%define filterout_c -f[-a-z0-9=]* +%define filterout_cxx -f[-a-z0-9=]* %description This package provides a C++ interface for GTK+ (the Gimp ToolKit) GUI -- 2.43.0