SHA256
1
0
forked from pool/expat

Accepting request 412027 from home:jengelh:branches:devel:libraries:c_c++

- Remove pointless --with-pic (for static only)

OBS-URL: https://build.opensuse.org/request/show/412027
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=53
This commit is contained in:
Dirk Mueller 2016-07-20 06:48:52 +00:00 committed by Git OBS Bridge
parent 3363926740
commit 982955bd01
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 18 23:02:23 UTC 2016 - jengelh@inai.de
- Remove pointless --with-pic (for static only)
-------------------------------------------------------------------
Thu Jul 14 08:43:31 UTC 2016 - tchvatal@suse.com

View File

@ -38,7 +38,7 @@ parser might find in the XML document (like start tags).
%package -n libexpat1
Summary: XML Parser Toolkit
Group: Development/Libraries/C and C++
Group: System/Libraries
%description -n libexpat1
Expat is an XML parser library written in C. It is a stream-oriented
@ -68,8 +68,7 @@ rm -f examples/*.dsp
%build
%configure \
--disable-silent-rules \
--disable-static \
--with-pic
--disable-static
make %{?_smp_mflags}
%install