diff options
Diffstat (limited to 'lsof/lsof_4.70.oe')
-rw-r--r-- | lsof/lsof_4.70.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lsof/lsof_4.70.oe b/lsof/lsof_4.70.oe index 4b913672e3..03d0534c78 100644 --- a/lsof/lsof_4.70.oe +++ b/lsof/lsof_4.70.oe @@ -4,7 +4,7 @@ DESCRIPTION = "Lsof is a Unix-specific diagnostic \ tool. Its name stands for LiSt Open Files, and it \ does just that." -SRC_URI = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.gz +SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.gz" LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" S = "${WORKDIR}/lsof_${PV}_src" @@ -21,9 +21,9 @@ do_configure () { ./Configure ${TARGET_OS} } -export I=${STAGING_INCDIR} -export L=${STAGING_INCDIR} -export EXTRA_OEMAKE= +export I = "${STAGING_INCDIR}" +export L = "${STAGING_INCDIR}" +export EXTRA_OEMAKE = do_compile () { oe_runmake 'CC=${CC}' 'CFGL=${LDFLAGS} -L./lib -llsof' 'DEBUG=' 'INCL=${CFLAGS}' |