From cedef5b09c13d8fac119a7ee5595ee253c2a37b4 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Wed, 23 Aug 2023 19:46:53 +0000 Subject: [PATCH] fix build of regress --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 726c160..c77f13c 100755 --- a/configure +++ b/configure @@ -337,7 +337,7 @@ else COMPATS="$f ${COMPATS}" done - CFLAGS="-Icompat/libtls ${CFLAGS}" + CFLAGS="-Icompat/libtls -I../compat/libtls ${CFLAGS}" deptest ASN1_time_tm_cmp ASN1_TIME_TM_CMP || true deptest ASN1_time_tm_clamp_notafter ASN1_TIME_TM_CLAMP_NOTAFTER || true