Set Boost_COMPILER to -gcc46 in cmake toolchain file
This commit is contained in:
parent
74761330f7
commit
f88e1d8947
@ -22,4 +22,4 @@ SET(QT_LIBRARY_DIR ${CMAKE_FIND_ROOT_PATH}/lib)
|
||||
SET(CMAKE_RC_COMPILER /usr/bin/i686-pc-mingw32-windres)
|
||||
|
||||
# override boost library suffix which defaults to -mgw
|
||||
SET(Boost_COMPILER -gcc45)
|
||||
SET(Boost_COMPILER -gcc46)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: mingw32-filesystem
|
||||
Version: 69
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: MinGW base filesystem and environment
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -170,6 +170,9 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 28 2011 Kalev Lember <kalev@smartlink.ee> - 69-3
|
||||
- Set Boost_COMPILER to -gcc46 in cmake toolchain file
|
||||
|
||||
* Sun May 29 2011 Kalev Lember <kalev@smartlink.ee> - 69-2
|
||||
- Make sure the -debuginfo subpackages are mingw32- prefixed
|
||||
even if the base package is mingw-
|
||||
|
Loading…
Reference in New Issue
Block a user