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:
Stephan Kulow 2014-05-02 11:56:15 +00:00 committed by Git OBS Bridge
parent 03e893808b
commit 4eef9dae2f
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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"