]> git.pld-linux.org Git - packages/crossmingw32-expat.git/commitdiff
- proper shared + static build
authorczarny <czarny@pld-linux.org>
Sun, 25 Feb 2007 15:06:22 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-expat.spec -> 1.18

crossmingw32-expat.spec

index a72318a838dd95bb11dc09b5a37f737c2d79381e..927cb315b4751195a7e7214a2aa6023e88ef702c 100644 (file)
@@ -80,11 +80,9 @@ export PKG_CONFIG_PATH=%{_prefix}/lib/pkgconfig
 %{__aclocal}
 %{__autoconf}
 %configure \
-       AR="%{target}-ar" \
-       RANLIB="%{target}-ranlib" \
        --target=%{target} \
-       --host=%{target_platform} \
-       --disable-static
+       --host=%{target}
+
 %{__make}
 
 %install
@@ -106,4 +104,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/libexpat-0.dll
 %{_libdir}/libexpat.dll.a
 %{_libdir}/libexpat.la
+%{_libdir}/libexpat.a
 %{_includedir}/expat*.h
This page took 0.112358 seconds and 4 git commands to generate.