Override boost library suffix in cmake toolchain file
This commit is contained in:
parent
5b66efd7ed
commit
a3f272c1d2
@ -21,3 +21,5 @@ SET(QT_LIBRARY_DIR ${CMAKE_FIND_ROOT_PATH}/lib)
|
|||||||
# set the resource compiler (RHBZ #652435)
|
# set the resource compiler (RHBZ #652435)
|
||||||
SET(CMAKE_RC_COMPILER /usr/bin/i686-pc-mingw32-windres)
|
SET(CMAKE_RC_COMPILER /usr/bin/i686-pc-mingw32-windres)
|
||||||
|
|
||||||
|
# override boost library suffix which defaults to -mgw
|
||||||
|
SET(Boost_COMPILER -gcc45)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: mingw32-filesystem
|
Name: mingw32-filesystem
|
||||||
Version: 65
|
Version: 66
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW base filesystem and environment
|
Summary: MinGW base filesystem and environment
|
||||||
|
|
||||||
@ -168,6 +168,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 01 2011 Kalev Lember <kalev@smartlink.ee> - 66-1
|
||||||
|
- Override boost library suffix in cmake toolchain file
|
||||||
|
|
||||||
* Thu Mar 17 2011 Kalev Lember <kalev@smartlink.ee> - 65-1
|
* Thu Mar 17 2011 Kalev Lember <kalev@smartlink.ee> - 65-1
|
||||||
- Don't error out trying to set illegal LD.BFD variable name
|
- Don't error out trying to set illegal LD.BFD variable name
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user