wip libc++

This commit is contained in:
Joel Taylor
2014-09-09 13:54:25 -07:00
parent 3e8344d334
commit 7da056233f
12 changed files with 53 additions and 15 deletions
@@ -46,8 +46,6 @@ stdenv.mkDerivation (rec {
preBuild = ''
makeFlagsArray=(APACHE_LIBEXECDIR=$out/modules)
'' + stdenv.lib.optionalString stdenv.isDarwin ''
substituteInPlace configure --replace "-no-cpp-precomp" ""
'';
postInstall = ''