From 4c9e27a54c4f400e46645cb768b7743d2e29f9b1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 31 Mar 2016 09:32:21 +0000 Subject: community/firefox-esr: renamed from firefox --- community/firefox-esr/fix-fortify-inline.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/firefox-esr/fix-fortify-inline.patch (limited to 'community/firefox-esr/fix-fortify-inline.patch') 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_ */ -- cgit v1.2.3