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:
commit
0366f312db
@ -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
|
Mon Aug 7 17:28:41 CEST 2017 - sbrabec@suse.com
|
||||||
|
|
||||||
|
@ -79,6 +79,8 @@ export LDFLAGS="-pie"
|
|||||||
# (undefined reference to `__stack_chk_guard')
|
# (undefined reference to `__stack_chk_guard')
|
||||||
export CFLAGS="${CFLAGS/-fstack-protector /}"
|
export CFLAGS="${CFLAGS/-fstack-protector /}"
|
||||||
%endif
|
%endif
|
||||||
|
# clang does not support that yet...
|
||||||
|
export CFLAGS="${CFLAGS/-fstack-clash-protection /}"
|
||||||
%configure\
|
%configure\
|
||||||
--docdir=%{_docdir}/%{name}\
|
--docdir=%{_docdir}/%{name}\
|
||||||
--with-libpotrace\
|
--with-libpotrace\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user