fix-fortify-system-wrappers.patch 346 B

1234567891011121314
  1. The wrapper features.h gets pulled in by system headers causing thigns to
  2. break. We work around it by simply not wrap features.h
  3. --- ./config/system-headers.mozbuild.orig
  4. +++ ./config/system-headers.mozbuild
  5. @@ -229,7 +229,6 @@
  6. 'execinfo.h',
  7. 'extras.h',
  8. 'fcntl.h',
  9. - 'features.h',
  10. 'fenv.h',
  11. 'ffi.h',
  12. 'fibdef.h',