Merge pull request #2277 from jwiegley/flex

Fix flex for building on darwin systems
This commit is contained in:
Peter Simons 2014-04-16 10:16:04 +02:00
commit d510eea7b0

View file

@ -12,6 +12,10 @@ stdenv.mkDerivation {
propagatedNativeBuildInputs = [ m4 ];
postConfigure = stdenv.lib.optionalString stdenv.isDarwin ''
sed -i Makefile -e 's/-no-undefined//;'
'';
crossAttrs = {
preConfigure = ''
export ac_cv_func_malloc_0_nonnull=yes