forked from pool/libcdr
Accepting request 214371 from 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. (forwarded request 214353 from elvigia) OBS-URL: https://build.opensuse.org/request/show/214371 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdr?expand=0&rev=11
This commit is contained in:
commit
b7029484ae
@ -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
|
Fri Nov 1 09:09:17 UTC 2013 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcdr
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%patch0 -p1 -b .wpx_seek_end
|
||||||
|
|
||||||
%build
|
%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
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user