add suse_version conditional for fstack-protector in CASA.spec
This commit is contained in:
		| @@ -83,7 +83,10 @@ to one another. | ||||
|  | ||||
| %build | ||||
| 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  | ||||
| make | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user