]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- release 2 auto/ac/elfutils-0_108-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 20 Jun 2005 22:07:57 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- we have a miscompilation problem
- turned off optimizations on sparc

Changed files:
    elfutils.spec -> 1.45

elfutils.spec

index a41e64bc196b3b486358f7fe49683ebb5b22a805..c3c862efc1efca6a034902fc6040185fd4d9f919 100644 (file)
@@ -6,7 +6,7 @@ Summary:        A collection of utilities and DSOs to handle compiled objects
 Summary(pl):   Zestaw narzêdzi i bibliotek do obs³ugi skompilowanych obiektów
 Name:          elfutils
 Version:       0.108
-Release:       1
+Release:       2
 License:       OSL 1.0 (http://www.opensource.org/licenses/osl.php)
 Group:         Development/Tools
 # http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/SRPMS/
@@ -136,6 +136,11 @@ programowalny interfejs asemblera.
 %{__autoheader}
 %{__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.306929 seconds and 4 git commands to generate.