SHA256
1
0
forked from pool/potrace

Accepting request 519103 from home:msmeissn:branches:graphics

- clang currently does not support -fstack-clash-protector.

OBS-URL: https://build.opensuse.org/request/show/519103
OBS-URL: https://build.opensuse.org/package/show/graphics/potrace?expand=0&rev=21
This commit is contained in:
Ismail Dönmez 2017-08-29 11:47:14 +00:00 committed by Git OBS Bridge
parent 05565c651f
commit dcde1da9e5
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 28 10:06:44 UTC 2017 - meissner@suse.com
- clang currently does not support -fstack-clash-protector.
-------------------------------------------------------------------
Mon Aug 7 17:28:41 CEST 2017 - sbrabec@suse.com

View File

@ -79,6 +79,8 @@ export LDFLAGS="-pie"
# (undefined reference to `__stack_chk_guard')
export CFLAGS="${CFLAGS/-fstack-protector /}"
%endif
# clang does not support that yet...
export CFLAGS="${CFLAGS/-fstack-clash-protection /}"
%configure\
--docdir=%{_docdir}/%{name}\
--with-libpotrace\