mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
root5: fix build with recent gcc
This commit is contained in:
parent
1d7db1b9e4
commit
fdf0806386
@ -104,6 +104,7 @@ stdenv.mkDerivation rec {
|
||||
"-Drpath=ON"
|
||||
"-DCMAKE_INSTALL_LIBDIR=lib"
|
||||
"-DCMAKE_INSTALL_INCLUDEDIR=include"
|
||||
"-DCMAKE_CXX_FLAGS=-std=c++11"
|
||||
"-Dalien=OFF"
|
||||
"-Dbonjour=OFF"
|
||||
"-Dcastor=OFF"
|
||||
|
Loading…
Reference in New Issue
Block a user