]> git.pld-linux.org Git - packages/openjade.git/commitdiff
- build with -O0 on alpha
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 24 Aug 2000 23:16:04 +0000 (23:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openjade.spec -> 1.13

openjade.spec

index f3f57cdbd506e7071f6a34716530165a86a05017..05b1bb435925a8369674b7f556d80c964047e19b 100644 (file)
@@ -70,10 +70,12 @@ autoheader
 automake --add-missing
 aclocal
 autoconf
-##CXXFLAGS="$RPM_OPT_FLAGS -fno-exceptions"
+%ifarch alpha
+CXXFLAGS="-O0"
+export CXXFLAGS
+%endif
 LDFLAGS="-s"
 export LDFLAGS 
-##export CXXFLAGS
 %configure \
        --enable-default-catalog=/usr/share/sgml/CATALOG:/usr/local/share/sgml/CATALOG:/etc/sgml.catalog                                                \
        --enable-default-search-path=/usr/share/sgml:/usr/local/share/sgml
This page took 0.053759 seconds and 4 git commands to generate.