Set c++11 standard for LibreOffice build - needed by glm

This commit is contained in:
Michael Raskin 2014-12-05 09:38:06 +03:00
parent 73651e6c01
commit 761e5309b5

View File

@ -104,6 +104,8 @@ stdenv.mkDerivation rec {
# to make its dlopen work.
NIX_LDFLAGS = "-lcups";
NIX_CFLAGS_COMPILE="-std=c++11"; # glm 0.9.6.0 insists on this
# If we call 'configure', 'make' will then call configure again without parameters.
# It's their system.
configureScript = "./autogen.sh";