aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus-1.0.3/fedora-compile-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dbus/dbus-1.0.3/fedora-compile-fix.patch')
-rw-r--r--recipes/dbus/dbus-1.0.3/fedora-compile-fix.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes/dbus/dbus-1.0.3/fedora-compile-fix.patch b/recipes/dbus/dbus-1.0.3/fedora-compile-fix.patch
deleted file mode 100644
index eac37f04dd..0000000000
--- a/recipes/dbus/dbus-1.0.3/fedora-compile-fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Do not fail with udrec being unknown and say we are using
-_GNU_SOURCE. This is needed for the libc/header/gcc combo
-fedora 9 is using. bits/socket.h has struct udrec #ifdefed
-with _GNU.
-
-Index: dbus-1.0.3/dbus/dbus-sysdeps-unix.c
-===================================================================
---- dbus-1.0.3.orig/dbus/dbus-sysdeps-unix.c
-+++ dbus-1.0.3/dbus/dbus-sysdeps-unix.c
-@@ -22,6 +22,8 @@
- *
- */
-
-+#define _GNU_SOURCE
-+
- #include "dbus-internals.h"
- #include "dbus-sysdeps.h"
- #include "dbus-sysdeps-unix.h"