summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsof/lsof_4.87.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/lsof/lsof_4.87.bb')
-rw-r--r--meta/recipes-extended/lsof/lsof_4.87.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.87.bb b/meta/recipes-extended/lsof/lsof_4.87.bb
index 5676cd9822..e7a1eb2129 100644
--- a/meta/recipes-extended/lsof/lsof_4.87.bb
+++ b/meta/recipes-extended/lsof/lsof_4.87.bb
@@ -30,8 +30,8 @@ export LSOF_INCLUDE = "${STAGING_INCDIR}"
30do_configure () { 30do_configure () {
31 export LSOF_AR="${AR} cr" 31 export LSOF_AR="${AR} cr"
32 export LSOF_RANLIB="${RANLIB}" 32 export LSOF_RANLIB="${RANLIB}"
33 if [ "x${EGLIBCVERSION}" != "x" ];then 33 if [ "x${GLIBCVERSION}" != "x" ];then
34 LINUX_CLIB=`echo ${EGLIBCVERSION} |sed -e 's,\.,,g'` 34 LINUX_CLIB=`echo ${GLIBCVERSION} |sed -e 's,\.,,g'`
35 LINUX_CLIB="-DGLIBCV=${LINUX_CLIB}" 35 LINUX_CLIB="-DGLIBCV=${LINUX_CLIB}"
36 export LINUX_CLIB 36 export LINUX_CLIB
37 fi 37 fi