mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
openldap: fix for new libtool
The new libtool's ltmain.sh is in build-aux. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
426070e311
commit
99bfc3122d
@@ -147,7 +147,7 @@ PACKAGES += "${PN}-overlay-proxycache"
|
||||
CPPFLAGS_append = " -D_GNU_SOURCE -DURANDOM_DEVICE=\'/dev/urandom\'"
|
||||
|
||||
do_configure() {
|
||||
cp ${STAGING_DATADIR_NATIVE}/libtool/config/ltmain.sh ${S}/build
|
||||
cp ${STAGING_DATADIR_NATIVE}/libtool/build-aux/ltmain.sh ${S}/build
|
||||
rm -f ${S}/libtool
|
||||
aclocal
|
||||
libtoolize --force --copy
|
||||
|
||||
Reference in New Issue
Block a user