patch-js_src_Makefile_in 381 B

1234567891011
  1. --- mozilla-release.orig/js/src/Makefile.in 2015-10-14 23:41:38.000000000 +0200
  2. +++ mozilla-release/js/src/Makefile.in 2015-10-22 21:35:50.515893169 +0200
  3. @@ -16,7 +16,7 @@ run_for_side_effects := $(shell echo 'MA
  4. ifdef JS_HAS_CTYPES
  5. ifdef MOZ_NATIVE_FFI
  6. -LOCAL_INCLUDES = $(MOZ_FFI_CFLAGS)
  7. +LOCAL_INCLUDES =
  8. endif
  9. # Windows needs this to be linked with a static library.