]> git.pld-linux.org Git - packages/dar.git/commitdiff
- removed workaround on alpha, BR fixed gcc instead
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 10 Dec 2003 12:02:07 +0000 (12:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dar.spec -> 1.18

dar.spec

index 8b440c739ccfb6254fdc71cc2f08d6ee7488f58b..bc06245ac4dd433deb3ad519f57414a9fb745d92 100644 (file)
--- a/dar.spec
+++ b/dar.spec
@@ -17,6 +17,10 @@ BuildRequires:       attr-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bzip2-devel
+%ifarch alpha
+# ICE in 3.3.x up to 3.3.2 - require patched version
+BuildRequires: gcc-c++ >= 5:3.3.2-0.3
+%endif
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: zlib-devel
@@ -29,9 +33,6 @@ BuildRequires:        zlib-static
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# workaround for gcc bug optimization/12965 (should be fixed in 3.3.3)
-%define                specflags_alpha         -O
-
 %description
 dar is a shell command, that makes backup of a directory tree and
 files.
This page took 0.072207 seconds and 4 git commands to generate.