forked from pool/xerces-c
Accepting request 1200182 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1200182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xerces-c?expand=0&rev=27
This commit is contained in:
commit
0d18d3d130
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 11 19:08:46 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
|
||||||
|
|
||||||
|
- Enable gnuiconv transcoder, permanent fix for bsc#1223088.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 27 11:53:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed Dec 27 11:53:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xerces-c
|
# spec file for package xerces-c
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -91,6 +91,7 @@ This package includes files needed for development with Xerces-c
|
|||||||
%build
|
%build
|
||||||
find . -type d -name .svn -exec rm -Rf "{}" "+"
|
find . -type d -name .svn -exec rm -Rf "{}" "+"
|
||||||
%configure \
|
%configure \
|
||||||
|
--enable-transcoder-gnuiconv \
|
||||||
--enable-netaccessor-curl \
|
--enable-netaccessor-curl \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-silent-rules
|
--disable-silent-rules
|
||||||
|
Loading…
Reference in New Issue
Block a user