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