From 982955bd01c381d1c3ebc19721665156a2ba5af718488c4ad8978fc82a833371 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 20 Jul 2016 06:48:52 +0000 Subject: [PATCH] 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 --- expat.changes | 5 +++++ expat.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/expat.changes b/expat.changes index e6591da..6600152 100644 --- a/expat.changes +++ b/expat.changes @@ -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 diff --git a/expat.spec b/expat.spec index 950d702..e4732f6 100644 --- a/expat.spec +++ b/expat.spec @@ -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