]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- added align patch, optimization on sparc is back
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Jun 2005 19:40:55 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elfutils.spec -> 1.46

elfutils.spec

index c3c862efc1efca6a034902fc6040185fd4d9f919..0df688ce031118b7cf71cc5ee72a9c3afec39875 100644 (file)
@@ -17,6 +17,7 @@ Patch1:               %{name}-debian-manpages.patch
 Patch2:                %{name}-portability.patch
 Patch3:                %{name}-bswap.patch
 Patch4:                %{name}-robustify.patch
+Patch5:                %{name}-align.patch
 #URL:          file://home/devel/drepper
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.7
@@ -129,6 +130,7 @@ programowalny interfejs asemblera.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 #%%{__gettextize}
@@ -137,10 +139,6 @@ programowalny interfejs asemblera.
 %{__automake}
 %{__autoconf}
 
-# Turn off optimization on sparc to avoid Bus error with some tests
-%ifarch sparc
-CFLAGS="%{rpmcflags} -O0" ; export CFLAGS
-%endif
 %configure \
        --program-prefix=%{_programprefix} \
        --enable-shared
This page took 0.101211 seconds and 4 git commands to generate.