mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
13 lines
318 B
Diff
13 lines
318 B
Diff
Taken from Gentoo
|
|
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -227,7 +227,7 @@
|
|
endif()
|
|
|
|
find_package(Boost REQUIRED)
|
|
-set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION")
|
|
+set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION -DBOOST_NO_STDLIB_CONFIG")
|
|
include(BoostTestTargets)
|
|
|
|
if(SIMGEAR_HEADLESS)
|