Set c++11 standard for LibreOffice build - needed by glm
This commit is contained in:
parent
73651e6c01
commit
761e5309b5
@ -104,6 +104,8 @@ stdenv.mkDerivation rec {
|
|||||||
# to make its dlopen work.
|
# to make its dlopen work.
|
||||||
NIX_LDFLAGS = "-lcups";
|
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.
|
# If we call 'configure', 'make' will then call configure again without parameters.
|
||||||
# It's their system.
|
# It's their system.
|
||||||
configureScript = "./autogen.sh";
|
configureScript = "./autogen.sh";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user