mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-19 06:51:15 +00:00
openldap: Fix build with autoconf 2.70+
New autoconf is stricter about aux files therefore bring them from libtool native as they can not go missing anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
759c64ee0e
commit
6f3bc88294
@ -151,11 +151,13 @@ CPPFLAGS_append = " -D_GNU_SOURCE -DURANDOM_DEVICE=\'/dev/urandom\' -fPIC"
|
|||||||
LDFLAGS_append = " -pthread"
|
LDFLAGS_append = " -pthread"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cp ${STAGING_DATADIR_NATIVE}/libtool/build-aux/ltmain.sh ${S}/build
|
|
||||||
rm -f ${S}/libtool
|
rm -f ${S}/libtool
|
||||||
aclocal
|
aclocal
|
||||||
libtoolize --force --copy
|
libtoolize --force --copy
|
||||||
gnu-configize
|
gnu-configize
|
||||||
|
cp ${STAGING_DATADIR_NATIVE}/libtool/build-aux/ltmain.sh ${S}/build
|
||||||
|
cp ${STAGING_DATADIR_NATIVE}/libtool/build-aux/missing ${S}/build
|
||||||
|
cp ${STAGING_DATADIR_NATIVE}/libtool/build-aux/compile ${S}/build
|
||||||
autoconf
|
autoconf
|
||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user