diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-30 13:03:16 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-30 13:03:16 +0200 |
commit | f8f12a1762ad21637c24bf91b05725e792871b0f (patch) | |
tree | 0b941bb30869ad0582f3fa8a386dd25adf1e1f71 /community/firefox/fix-fortify-system-wrappers.patch | |
parent | 929dd180fe472aa962dc6603a807be97fa7fbb06 (diff) | |
download | aports-f8f12a1762ad21637c24bf91b05725e792871b0f.tar.bz2 aports-f8f12a1762ad21637c24bf91b05725e792871b0f.tar.xz |
community/firefox: moved from main
Diffstat (limited to 'community/firefox/fix-fortify-system-wrappers.patch')
-rw-r--r-- | community/firefox/fix-fortify-system-wrappers.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/firefox/fix-fortify-system-wrappers.patch b/community/firefox/fix-fortify-system-wrappers.patch new file mode 100644 index 0000000000..c966f31f9d --- /dev/null +++ b/community/firefox/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 |