From d003767a58d1304db466ea3c0ada9d4130bfaea3 Mon Sep 17 00:00:00 2001 From: Justin W Smith Date: Thu, 13 Nov 2025 15:42:20 +0000 Subject: [PATCH] Fix openldap; regenerate configure script --- tests/ci/integration/run_openldap_integration.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ci/integration/run_openldap_integration.sh b/tests/ci/integration/run_openldap_integration.sh index 9fadb360a67..d180574a026 100755 --- a/tests/ci/integration/run_openldap_integration.sh +++ b/tests/ci/integration/run_openldap_integration.sh @@ -32,6 +32,9 @@ AWS_LC_INSTALL_FOLDER="${SCRATCH_FOLDER}/aws-lc-install" function openldap_build() { local branch=${1} pushd ${branch} + # The configure script can out of sync. Regenerate it from configure.ac. + rm ./configure + autoconf # Modify CFLAGS and LDFLAGS so compiler and linker can find AWS-LC's artifacts export STRICT_C_COMPILER="gcc" export CPPFLAGS="-I$AWS_LC_INSTALL_FOLDER/include"