From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Fri, 23 Jan 2009 14:14:37 +0000 (+0000) Subject: configure --disable-static didn't work. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3e4846f4321463f0a51f6a04d9930733f99917d6;hp=bba404d29c5dd6cea924b47e8115a0ee4626d3bc;p=fedora-mingw.git configure --disable-static didn't work. --- diff --git a/libxslt/mingw32-libxslt.spec b/libxslt/mingw32-libxslt.spec index 67e105e..aae5f88 100644 --- a/libxslt/mingw32-libxslt.spec +++ b/libxslt/mingw32-libxslt.spec @@ -51,7 +51,7 @@ installed. The xsltproc command is a command line interface to the XSLT engine %build PATH=%{_mingw32_bindir}:$PATH \ -%{_mingw32_configure} --without-python --enable-shared --disable-static +%{_mingw32_configure} --without-python --enable-shared make %{?_smp_mflags} gzip -9 ChangeLog @@ -60,6 +60,11 @@ gzip -9 ChangeLog rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install +# Remove static libraries but DON'T remove *.dll.a files. +# Note that ./configure --disable-static doesn't work. +rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libexslt.a +rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libxslt.a + # Remove doc and man which duplicate stuff already in Fedora native package. rm -r $RPM_BUILD_ROOT%{_mingw32_docdir} rm -r $RPM_BUILD_ROOT%{_mingw32_mandir} @@ -89,7 +94,6 @@ rm -rf $RPM_BUILD_ROOT %changelog * Fri Jan 23 2009 Richard W.M. Jones - 1.1.24-3 -- Disable static libraries. - Use _smp_mflags. * Sat Oct 25 2008 Richard W.M. Jones - 1.1.24-2