From: Jan Rękorajski Date: Thu, 24 Aug 2000 23:16:04 +0000 (+0000) Subject: - build with -O0 on alpha X-Git-Tag: openjade-1_4-4_20000320~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=448120d5c92aa9067c29836f2b048937fda41463;p=packages%2Fopenjade.git - build with -O0 on alpha Changed files: openjade.spec -> 1.13 --- diff --git a/openjade.spec b/openjade.spec index f3f57cd..05b1bb4 100644 --- a/openjade.spec +++ b/openjade.spec @@ -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