diff options
Diffstat (limited to 'user/firefox-esr/fix-fortify-system-wrappers.patch')
-rw-r--r-- | user/firefox-esr/fix-fortify-system-wrappers.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/firefox-esr/fix-fortify-system-wrappers.patch b/user/firefox-esr/fix-fortify-system-wrappers.patch new file mode 100644 index 000000000..c966f31f9 --- /dev/null +++ b/user/firefox-esr/fix-fortify-system-wrappers.patch @@ -0,0 +1,13 @@ +The wrapper features.h gets pulled in by system headers causing thigns to +break. We work around it by simply not wrap features.h + +--- ./config/system-headers.orig ++++ ./config/system-headers +@@ -422,7 +422,6 @@ + extras.h + fabdef.h + fcntl.h +-features.h + fibdef.h + File.h + filehdr.h |