mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #173279 from veprbl/pr/root5_fix
root5: fix build with recent gcc
This commit is contained in:
commit
4f7d4241c2
@ -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