add suse_version conditional for fstack-protector in CASA.spec
This commit is contained in:
parent
f52a96055f
commit
bdbacf0a91
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user