diff options
author | Christopher Larson <chris_larson@mentor.com> | 2015-11-11 11:41:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 08:07:56 +0000 |
commit | 448f211ba8a2a05380276de648176422c0b6eb37 (patch) | |
tree | 0d04a5c6c55d272de9918d2d4d2b2104275a7922 /meta/recipes-kernel | |
parent | 909c77ad13b139478bd1a9eee288604a75d59ee5 (diff) | |
download | openembedded-core-448f211ba8a2a05380276de648176422c0b6eb37.tar.gz openembedded-core-448f211ba8a2a05380276de648176422c0b6eb37.tar.bz2 openembedded-core-448f211ba8a2a05380276de648176422c0b6eb37.zip |
latencytop: obey LDFLAGS
Patch update courtesy Abdur Rehman <abdur_rehman@mentor.com>.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch | 2 |
1 files changed, 1 insertions, 1 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 0cf217fa0b..af19b3772d 100644 --- a/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch +++ b/meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch @@ -12,7 +12,7 @@ index 16a2369..fa797a2 100644 SBINDIR = /usr/sbin XCFLAGS = -W -g `pkg-config --cflags glib-2.0` -D_FORTIFY_SOURCE=2 -Wno-sign-compare -LDF = -Wl,--as-needed `pkg-config --libs glib-2.0` -lncursesw -+LDF = -Wl,--as-needed `pkg-config --libs glib-2.0` -lncurses ++LDF = -Wl,--as-needed `pkg-config --libs glib-2.0` -lncurses $(LDFLAGS) +CC ?= gcc OBJS= latencytop.o text_display.o translate.o fsync.o |