From 8e60fa7dfa5620e6da03b9d20b15724ed25c56a7 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Sat, 24 Jan 2015 16:41:13 +0800 Subject: 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 Signed-off-by: Martin Jansa --- 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 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}/.. \ -- cgit 1.2.3-korg