[oe-commits] Jackie Huang : php: Look for libraries in ${baselib} rather than lib

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 18:38:29 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 8e60fa7dfa5620e6da03b9d20b15724ed25c56a7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8e60fa7dfa5620e6da03b9d20b15724ed25c56a7

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Sat Jan 24 16:41:13 2015 +0800

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 at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/php/php_5.5.20.bb | 1 +
 1 file changed, 1 insertion(+)

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 1c0557f..cfda14b 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}/.. \



More information about the Openembedded-commits mailing list