1
0

Accepting request 129194 from home:a_jaeger:FactoryFix

Fix mozilla-kde.patch to include sys/resource.h for getrlimit etc (glibc 2.16)

OBS-URL: https://build.opensuse.org/request/show/129194
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=187
This commit is contained in:
Wolfgang Rosenauer 2012-07-29 09:31:48 +00:00 committed by Git OBS Bridge
parent 19daaad5c6
commit 456e1b3bf4
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jul 29 07:22:19 UTC 2012 - aj@suse.de
- Fix mozilla-kde.patch to include sys/resource.h for getrlimit etc (glibc 2.16)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 15 08:06:50 UTC 2012 - wr@rosenauer.org Sun Jul 15 08:06:50 UTC 2012 - wr@rosenauer.org

View File

@ -2216,7 +2216,7 @@ diff --git a/toolkit/xre/nsKDEUtils.cpp b/toolkit/xre/nsKDEUtils.cpp
new file mode 100644 new file mode 100644
--- /dev/null --- /dev/null
+++ b/toolkit/xre/nsKDEUtils.cpp +++ b/toolkit/xre/nsKDEUtils.cpp
@@ -0,0 +1,372 @@ @@ -0,0 +1,373 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* ***** BEGIN LICENSE BLOCK ***** +/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * Version: MPL 1.1/GPL 2.0/LGPL 2.1
@ -2266,6 +2266,7 @@ new file mode 100644
+#include <limits.h> +#include <limits.h>
+#include <stdio.h> +#include <stdio.h>
+#include <sys/wait.h> +#include <sys/wait.h>
+#include <sys/resource.h>
+#include <unistd.h> +#include <unistd.h>
+#include <X11/Xlib.h> +#include <X11/Xlib.h>
+ +