summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/openldap/openldap_2.4.57.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.57.bb b/meta-oe/recipes-support/openldap/openldap_2.4.57.bb
index a282523a3c..7c04600670 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.4.57.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.4.57.bb
@@ -151,11 +151,13 @@ CPPFLAGS_append = " -D_GNU_SOURCE -DURANDOM_DEVICE=\'/dev/urandom\' -fPIC"
151LDFLAGS_append = " -pthread" 151LDFLAGS_append = " -pthread"
152 152
153do_configure() { 153do_configure() {
154 cp ${STAGING_DATADIR_NATIVE}/libtool/build-aux/ltmain.sh ${S}/build
155 rm -f ${S}/libtool 154 rm -f ${S}/libtool
156 aclocal 155 aclocal
157 libtoolize --force --copy 156 libtoolize --force --copy
158 gnu-configize 157 gnu-configize
158 cp ${STAGING_DATADIR_NATIVE}/libtool/build-aux/ltmain.sh ${S}/build
159 cp ${STAGING_DATADIR_NATIVE}/libtool/build-aux/missing ${S}/build
160 cp ${STAGING_DATADIR_NATIVE}/libtool/build-aux/compile ${S}/build
159 autoconf 161 autoconf
160 oe_runconf 162 oe_runconf
161} 163}