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:
@@ -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
|
||||
|
Reference in New Issue
Block a user