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