summaryrefslogtreecommitdiff
path: root/crossmingw32-boost.spec
diff options
context:
space:
mode:
Diffstat (limited to 'crossmingw32-boost.spec')
-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