Accepting request 519323 from graphics

1

OBS-URL: https://build.opensuse.org/request/show/519323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/potrace?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2017-09-04 10:19:02 +00:00 committed by Git OBS Bridge
commit 0366f312db
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\