[packages/crossmingw32-boost] - pass mingw32 windres as Windows Resource Compiler

qboosh qboosh at pld-linux.org
Fri Feb 7 15:23:41 CET 2014


commit b184e0d64e94ff2c82ca858be46947c10cac4e27
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Feb 7 15:25:17 2014 +0100

    - pass mingw32 windres as Windows Resource Compiler

 crossmingw32-boost.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw32-boost.spec b/crossmingw32-boost.spec
index 1442cba..8e090b1 100644
--- a/crossmingw32-boost.spec
+++ b/crossmingw32-boost.spec
@@ -95,8 +95,10 @@ Boost - biblioteki DLL dla Windows.
 %prep
 %setup -q -n %{realname}_%{fver}
 
-echo 'using gcc : : %{target}-g++ : <cxxflags>"%{rpmcxxflags}"' \
-	'<archiver>%{target}-ar ;' >tools/build/v2/user-config.jam
+echo 'using gcc : : %{target}-g++ : ' \
+	'<cxxflags>"%{rpmcxxflags}"' \
+	'<archiver>%{target}-ar' \
+	'<rc>%{target}-windres ;' >tools/build/v2/user-config.jam
 
 # use Windows Message Compiler, not Midnight Commander
 %{__sed} -i -e 's,mc $(MCFLAGS),%{target}-windmc $(MCFLAGS),' tools/build/v2/tools/mc.jam
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-boost.git/commitdiff/b184e0d64e94ff2c82ca858be46947c10cac4e27



More information about the pld-cvs-commit mailing list