summaryrefslogtreecommitdiffstats
path: root/patches/bustle-0.2.0/add-rudimentary-cross-compile-support.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/bustle-0.2.0/add-rudimentary-cross-compile-support.diff')
-rw-r--r--patches/bustle-0.2.0/add-rudimentary-cross-compile-support.diff25
1 files changed, 0 insertions, 25 deletions
diff --git a/patches/bustle-0.2.0/add-rudimentary-cross-compile-support.diff b/patches/bustle-0.2.0/add-rudimentary-cross-compile-support.diff
deleted file mode 100644
index 586dbf824..000000000
--- a/patches/bustle-0.2.0/add-rudimentary-cross-compile-support.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Marc Kleine-Budde <mkl@pengutronix.de>
-Subject: Add rudimentary cross compile support
-
-This patch adds rudimentary cross compilation support.
-
-Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-
-applied upstream: 20090415
-
----
- Makefile | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-Index: bustle-0.2.0/Makefile
-===================================================================
---- bustle-0.2.0.orig/Makefile
-+++ bustle-0.2.0/Makefile
-@@ -1,5 +1,6 @@
- bustle-dbus-monitor: bustle-dbus-monitor.c
-- gcc -g `pkg-config --cflags --libs dbus-1 glib-2.0` \
-+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) \
-+ -g -O2 `pkg-config --cflags --libs dbus-1 glib-2.0` \
- -Wall -Wunused \
- -o bustle-dbus-monitor bustle-dbus-monitor.c
-