add suse_version conditional for fstack-protector in CASA.spec

This commit is contained in:
soochoi 2006-03-15 22:58:54 +00:00
parent f52a96055f
commit bdbacf0a91

View File

@ -83,7 +83,10 @@ to one another.
%build %build
export PATH=.:$PATH:/usr/%_lib/qt3/bin export PATH=.:$PATH:/usr/%_lib/qt3/bin
#export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -fstack-protector" %if %suse_version > 1000
export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -fstack-protector"
%endif
./autogen.sh ./autogen.sh
make make