Accepting request 232263 from GNOME:Apps
- Don't strip '-g' from RPM_OPT_FLAGS on arm. OBS-URL: https://build.opensuse.org/request/show/232263 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=71
This commit is contained in:
parent
03e893808b
commit
4eef9dae2f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 09:11:03 UTC 2014 - schwab@linux-m68k.org
|
||||
|
||||
- Don't strip '-g' from RPM_OPT_FLAGS on arm.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 18:18:09 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package inkscape
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -168,7 +168,6 @@ Inkscape is a vector illustration program for the GNOME desktop.
|
||||
%build
|
||||
RPM_OPT_FLAGS="%{optflags}"
|
||||
%ifarch %arm
|
||||
RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-g/}"
|
||||
export LDFLAGS+="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
||||
%endif
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
|
Loading…
Reference in New Issue
Block a user