diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-31 09:32:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-31 12:48:15 +0000 |
commit | 4c9e27a54c4f400e46645cb768b7743d2e29f9b1 (patch) | |
tree | efafab3e4b167b8a11a8991d468c1655d25403c4 /community/firefox-esr/fix-fortify-inline.patch | |
parent | a94573fafecc06cfd799ff83b4b3da40e29d469d (diff) | |
download | aports-4c9e27a54c4f400e46645cb768b7743d2e29f9b1.tar.bz2 aports-4c9e27a54c4f400e46645cb768b7743d2e29f9b1.tar.xz |
community/firefox-esr: renamed from firefox
Diffstat (limited to 'community/firefox-esr/fix-fortify-inline.patch')
-rw-r--r-- | community/firefox-esr/fix-fortify-inline.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/firefox-esr/fix-fortify-inline.patch b/community/firefox-esr/fix-fortify-inline.patch new file mode 100644 index 0000000000..2498c57fc7 --- /dev/null +++ b/community/firefox-esr/fix-fortify-inline.patch @@ -0,0 +1,11 @@ +--- a/media/webrtc/signaling/src/sdp/sipcc/sdp_os_defs.h ++++ b/media/webrtc/signaling/src/sdp/sipcc/sdp_os_defs.h +@@ -27,8 +27,5 @@ + typedef int16_t int16; + typedef unsigned short ushort; + typedef unsigned long ulong; +-#ifndef __GNUC_STDC_INLINE__ +-#define inline +-#endif + + #endif /* _SDP_OS_DEFS_H_ */ |