boehmgc_766: similarly fix CFLAGS w/musl to include space first

This commit is contained in:
Will Dietz 2019-02-03 13:30:04 -06:00
parent 0938316e05
commit 9214f85843

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
separateDebugInfo = stdenv.isLinux;
preConfigure = stdenv.lib.optionalString (stdenv.hostPlatform.libc == "musl") ''
export NIX_CFLAGS_COMPILE+="-D_GNU_SOURCE -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR"
export NIX_CFLAGS_COMPILE+=" -D_GNU_SOURCE -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR"
'';
patches = [ (fetchpatch {