diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-17 10:26:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-17 10:26:11 +0100 |
commit | 2e3ef3075d9ff8be529f105bcea1eb32dd4f1013 (patch) | |
tree | 1bb1c6356c8b92a0a2e25e3047977c54bc663d2f /package/firefox | |
parent | 0e68cef8aa8ac52e73a393de4fbb348ecdaaffb5 (diff) |
another musl fix, forgotten accidently
Diffstat (limited to 'package/firefox')
-rw-r--r-- | package/firefox/Makefile | 2 | ||||
-rw-r--r-- | package/firefox/patches/patch-netwerk_sctp_src_user_environment_c | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index e54654aa0..d54996401 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= firefox PKG_VERSION:= 26.0 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_MD5SUM:= 91ce51cc6474f1269484e5327643a59c PKG_DESCR:= graphical webbrowser PKG_SECTION:= x11/apps diff --git a/package/firefox/patches/patch-netwerk_sctp_src_user_environment_c b/package/firefox/patches/patch-netwerk_sctp_src_user_environment_c new file mode 100644 index 000000000..a31543c75 --- /dev/null +++ b/package/firefox/patches/patch-netwerk_sctp_src_user_environment_c @@ -0,0 +1,14 @@ +--- mozilla-release.orig/netwerk/sctp/src/user_environment.c 2013-12-05 17:07:52.000000000 +0100 ++++ mozilla-release/netwerk/sctp/src/user_environment.c 2014-03-16 17:53:08.000000000 +0100 +@@ -35,9 +35,11 @@ + #include <stdint.h> + #if !defined(__Userspace_os_FreeBSD) + #if !defined(ANDROID) ++#if defined(__GLIBC__) + #include <sys/sysctl.h> + #endif + #endif ++#endif + #include <netinet/sctp_os_userspace.h> + #endif + #include <user_environment.h> |