Merge pull request #173279 from veprbl/pr/root5_fix

root5: fix build with recent gcc
This commit is contained in:
Robert Scott 2022-05-16 22:18:29 +01:00 committed by GitHub
commit 4f7d4241c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"