fix: sidestep c++17 std::unary_function removal by compiling boost with c++11

we can revert this after upgrading to boost 1.81
This commit is contained in:
Kittywhiskers Van Gogh 2024-07-11 15:31:08 +00:00
parent 3c622a3916
commit bbc99571f3
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -27,7 +27,7 @@ else
$(package)_toolset_$(host_os)=gcc
endif
$(package)_config_libraries=filesystem,test
$(package)_cxxflags=-std=c++17
$(package)_cxxflags=-std=c++11
$(package)_cxxflags_linux=-fPIC
$(package)_cxxflags_freebsd=-fPIC
$(package)_cxxflags_openbsd=-fPIC