]> git.pld-linux.org Git - packages/crossmingw32-bzip2.git/commitdiff
- filter out some compiler and linker flags
authorArtur Frysiak <artur@frysiak.net>
Sat, 19 Feb 2011 18:29:14 +0000 (18:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-bzip2.spec -> 1.10

crossmingw32-bzip2.spec

index 417e5183575d8be8d322e3c3371cc801e7c71b8d..8d13cdbf5cb614abf0ea61b012691ad4beaa71a2 100644 (file)
@@ -30,6 +30,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _dlldir                 /usr/share/wine/windows/system
 %define                __cc                    %{target}-gcc
 %define                __cxx                   %{target}-g++
+%define                filterout_ld    -Wl,-z,.*
+%define                filterout_c     -gdwarf-3
 
 %ifnarch %{ix86}
 # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
This page took 0.03715 seconds and 4 git commands to generate.