|
From: <fe...@us...> - 2018-09-20 08:33:23
|
Revision: 173
http://sourceforge.net/p/ehs/code/173
Author: felfert
Date: 2018-09-20 08:33:21 +0000 (Thu, 20 Sep 2018)
Log Message:
-----------
Fixed mingw spec
Modified Paths:
--------------
trunk/conf/mingw-ehs.spec.in
Modified: trunk/conf/mingw-ehs.spec.in
===================================================================
--- trunk/conf/mingw-ehs.spec.in 2018-09-20 08:29:49 UTC (rev 172)
+++ trunk/conf/mingw-ehs.spec.in 2018-09-20 08:33:21 UTC (rev 173)
@@ -107,7 +107,7 @@
%setup -q -n %{basepkg}-%{version}
%build
-%{mingw_configure} --enable-static --disable-shared --enable-warn
+%{mingw_configure} --enable-static --enable-shared --enable-warn
%{mingw_make} %{?smp_mflags} %{make_verbose_flags}
%install
@@ -116,6 +116,8 @@
MINGW64_MAKE_ARGS=transform=s/x86_64-w64-mingw32-//
%{mingw_make} DESTDIR=%{buildroot} %{make_verbose_flags} install
# Libtool files don't need to be bundled
+find %{buildroot} -name "*.la" -delete
+
%clean
%{__rm} -rf %{buildroot}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|