]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- added inline patch instead of -fgnu89-inline to kill warnings from public libdw.h
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 May 2007 14:36:55 +0000 (14:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elfutils.spec -> 1.74

elfutils.spec

index dfaaeb34ba7c7b371fe5e32c9950dd6740b7d0d5..dab45974cd57fed2133654d453e66e9ce4a14e32 100644 (file)
@@ -23,10 +23,11 @@ Patch6:             %{name}-alpha.patch
 Patch7:                %{name}-sparc.patch
 Patch8:                %{name}-strip-copy-symtab.patch
 Patch9:                %{name}-gcc4.patch
 Patch7:                %{name}-sparc.patch
 Patch8:                %{name}-strip-copy-symtab.patch
 Patch9:                %{name}-gcc4.patch
+Patch10:       %{name}-inline.patch
 #URL:          file://home/devel/drepper
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.7
 #URL:          file://home/devel/drepper
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.7
-BuildRequires: gcc >= 4.2.0
+BuildRequires: gcc >= 3.2
 BuildRequires: gettext-devel
 %ifarch %{x8664} alpha ia64 ppc64 s390x sparc64
 # PR*FAST{8,16} in <inttypes.h> were broken for 64-bit archs in older versions
 BuildRequires: gettext-devel
 %ifarch %{x8664} alpha ia64 ppc64 s390x sparc64
 # PR*FAST{8,16} in <inttypes.h> were broken for 64-bit archs in older versions
@@ -148,6 +149,7 @@ programowalny interfejs asemblera.
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 # strip-test5 needs adjusting for strip-copy-symtab patch (already in FC, but not worth bothering)
 # dwfl-bug-addr-overflow sources are missing in tar
 
 # strip-test5 needs adjusting for strip-copy-symtab patch (already in FC, but not worth bothering)
 # dwfl-bug-addr-overflow sources are missing in tar
@@ -160,8 +162,6 @@ sed -i -e 's/ run-strip-test5\.sh / /;s/dwfl-bug-addr-overflow/$(nil)/' tests/Ma
 %{__automake}
 %{__autoconf}
 
 %{__automake}
 %{__autoconf}
 
-CPPFLAGS="-fgnu89-inline"; export CPPFLAGS
-
 %configure \
        --program-prefix=%{_programprefix} \
        --enable-shared
 %configure \
        --program-prefix=%{_programprefix} \
        --enable-shared
This page took 0.237401 seconds and 4 git commands to generate.