Merge pull request #36830 from symphorien/ssr

ssr: fix build
This commit is contained in:
Franz Pletz 2018-03-13 00:23:20 +00:00 committed by GitHub
commit b1b26cc046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
# Without it doesn't find all of the boost libraries.
BOOST_LIB_DIR="${boost}/lib";
# uses the deprecated get_generic_category() in boost_system
NIX_CFLAGS_COMPILE="-DBOOST_SYSTEM_ENABLE_DEPRECATED=1";
LC_ALL = "en_US.UTF-8";