SHA256
1
0
forked from pool/libcdr

Accepting request 214353 from home:elvigia:branches:LibreOffice:Factory

- build with -fvisibility-inlines-hidden, saving around 300 
 entries in the exported symbol table.
- build with --disable-werror, there are no warnings but werror
  during deployment is undesirable.

OBS-URL: https://build.opensuse.org/request/show/214353
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcdr?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal 2014-01-18 18:13:11 +00:00 committed by Git OBS Bridge
parent 9e705ff65c
commit ccb1e310ae
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 18 15:31:13 UTC 2014 - crrodriguez@opensuse.org
- build with -fvisibility-inlines-hidden, saving around 300
entries in the exported symbol table.
- build with --disable-werror, there are no warnings but werror
during deployment is undesirable.
-------------------------------------------------------------------
Fri Nov 1 09:09:17 UTC 2013 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libcdr
#
# 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
@ -87,7 +87,8 @@ Tools to work with documents in Corel Draw file-format.
%patch0 -p1 -b .wpx_seek_end
%build
%configure --disable-static --docdir=%_docdir/%name
export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
%configure --disable-werror --disable-static --docdir=%_docdir/%name
make %{?_smp_mflags} V=1
%install