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:
parent
3363926740
commit
982955bd01
@ -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
|
Thu Jul 14 08:43:31 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ parser might find in the XML document (like start tags).
|
|||||||
|
|
||||||
%package -n libexpat1
|
%package -n libexpat1
|
||||||
Summary: XML Parser Toolkit
|
Summary: XML Parser Toolkit
|
||||||
Group: Development/Libraries/C and C++
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libexpat1
|
%description -n libexpat1
|
||||||
Expat is an XML parser library written in C. It is a stream-oriented
|
Expat is an XML parser library written in C. It is a stream-oriented
|
||||||
@ -68,8 +68,7 @@ rm -f examples/*.dsp
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static
|
||||||
--with-pic
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user