summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch')
-rw-r--r--meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch b/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch
index 59a0b1f6dc..596450c5b9 100644
--- a/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch
+++ b/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch
@@ -1,8 +1,9 @@
1Upstream-Status: Inappropriate [configuration] 1--- a/Makefile 2010-07-20 18:51:32.000000000 +0800
2 2+++ b/Makefile 2010-07-20 18:54:54.000000000 +0800
3--- a/Makefile 2010-07-20 18:51:32.000000000 +0800 3@@ -1,10 +1,8 @@
4+++ b/Makefile 2010-07-20 18:54:54.000000000 +0800 4-# FIXME: Use autoconf ?
5@@ -4,7 +4,8 @@ 5-HAS_GTK_GUI = 1
6-
6 DESTDIR = 7 DESTDIR =
7 SBINDIR = /usr/sbin 8 SBINDIR = /usr/sbin
8 XCFLAGS = -W -g `pkg-config --cflags glib-2.0` -D_FORTIFY_SOURCE=2 -Wno-sign-compare 9 XCFLAGS = -W -g `pkg-config --cflags glib-2.0` -D_FORTIFY_SOURCE=2 -Wno-sign-compare
@@ -12,7 +13,7 @@ Upstream-Status: Inappropriate [configuration]
12 13
13 OBJS= latencytop.o text_display.o translate.o fsync.o 14 OBJS= latencytop.o text_display.o translate.o fsync.o
14 15
15@@ -26,16 +27,17 @@ 16@@ -26,16 +24,17 @@
16 17
17 # We write explicity this "implicit rule" 18 # We write explicity this "implicit rule"
18 %.o : %.c 19 %.o : %.c