summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2014-02-07 14:25:17 (GMT)
committerJakub Bogusz2014-02-07 14:25:17 (GMT)
commitb184e0d64e94ff2c82ca858be46947c10cac4e27 (patch)
treed26748c5c96a6cac3a9176aebeb72136850679bf
parent8571d9344d62a586cf43b6565ee76f363e3cacf9 (diff)
downloadcrossmingw32-boost-b184e0d64e94ff2c82ca858be46947c10cac4e27.zip
crossmingw32-boost-b184e0d64e94ff2c82ca858be46947c10cac4e27.tar.gz
- pass mingw32 windres as Windows Resource Compilerauto/th/crossmingw32-boost-1.55.0-1
-rw-r--r--crossmingw32-boost.spec6
1 files 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