mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
8f63850c4d
commit
8e60fa7dfa
@@ -56,6 +56,7 @@ EXTRA_OECONF = "--enable-mbstring \
|
|||||||
--enable-wddx \
|
--enable-wddx \
|
||||||
--enable-fpm \
|
--enable-fpm \
|
||||||
--enable-zip \
|
--enable-zip \
|
||||||
|
--with-libdir=${baselib} \
|
||||||
--with-gettext=${STAGING_LIBDIR}/.. \
|
--with-gettext=${STAGING_LIBDIR}/.. \
|
||||||
--with-zlib=${STAGING_LIBDIR}/.. \
|
--with-zlib=${STAGING_LIBDIR}/.. \
|
||||||
--with-iconv=${STAGING_LIBDIR}/.. \
|
--with-iconv=${STAGING_LIBDIR}/.. \
|
||||||
|
|||||||
Reference in New Issue
Block a user