summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsof/lsof_4.89.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/lsof/lsof_4.89.bb')
-rw-r--r--meta/recipes-extended/lsof/lsof_4.89.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.89.bb b/meta/recipes-extended/lsof/lsof_4.89.bb
index 9b7de9aadc..0e9d07119c 100644
--- a/meta/recipes-extended/lsof/lsof_4.89.bb
+++ b/meta/recipes-extended/lsof/lsof_4.89.bb
@@ -44,7 +44,8 @@ do_configure () {
44 44
45export I = "${STAGING_INCDIR}" 45export I = "${STAGING_INCDIR}"
46export L = "${STAGING_INCDIR}" 46export L = "${STAGING_INCDIR}"
47export EXTRA_OEMAKE = "" 47
48EXTRA_OEMAKE = ""
48 49
49do_compile () { 50do_compile () {
50 oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}' 51 oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}'