Build ppl and gmp correctly for building gcc48 on darwin
This commit is contained in:
@@ -13,7 +13,10 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ perl gnum4 ];
|
||||
propagatedBuildInputs = [ gmpxx ];
|
||||
|
||||
configureFlags = "--disable-watchdog";
|
||||
configureFlags = [ "--disable-watchdog" "CPPFLAGS=-fexceptions" ] ++
|
||||
stdenv.lib.optionals stdenv.isDarwin [
|
||||
"--disable-ppl_lcdd" "--disable-ppl_lpsol" "--disable-ppl_pips"
|
||||
];
|
||||
|
||||
patches = [ ./upstream-based.patch ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user