aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-01-24 16:41:13 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-02-12 19:31:52 +0100
commit8e60fa7dfa5620e6da03b9d20b15724ed25c56a7 (patch)
treea36dc14348a3c737a60461e77dd0e22610a9453f
parent8f63850c4d1f348a71958a508f7e50346b04ace1 (diff)
downloadmeta-openembedded-contrib-8e60fa7dfa5620e6da03b9d20b15724ed25c56a7.tar.gz
php: Look for libraries in ${baselib} rather than lib
It fails to look for libraries when we use lib64 for baselib, use --with-libdir option to specify the correct directory. $ ./configure --help|grep '\-\-with-libdir' --with-libdir=NAME Look for libraries in .../NAME rather than .../lib Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/php/php_5.5.20.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php_5.5.20.bb b/meta-oe/recipes-devtools/php/php_5.5.20.bb
index 1c0557fa83..cfda14b8b9 100644
--- a/meta-oe/recipes-devtools/php/php_5.5.20.bb
+++ b/meta-oe/recipes-devtools/php/php_5.5.20.bb
@@ -56,6 +56,7 @@ EXTRA_OECONF = "--enable-mbstring \
--enable-wddx \
--enable-fpm \
--enable-zip \
+ --with-libdir=${baselib} \
--with-gettext=${STAGING_LIBDIR}/.. \
--with-zlib=${STAGING_LIBDIR}/.. \
--with-iconv=${STAGING_LIBDIR}/.. \