From 578281e7500b8093b4f517bfef8af83d87d8e396 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 16 Oct 2025 22:57:36 -0400 Subject: [PATCH] Fix handling of include files in libtemplate Signed-off-by: Simo Sorce Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/28838) --- providers/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/build.info b/providers/build.info index 138ba16a931..9b75df100fd 100644 --- a/providers/build.info +++ b/providers/build.info @@ -179,4 +179,4 @@ SOURCE[$NULLGOAL]=nullprov.c prov_running.c # template library, not used anywhere. It's merely here to ensure that the object files build LIBS{noinst}=libtemplate.a -INCLUDE[libtemplate.a]=$COMMON_INCLUDES +INCLUDE[libtemplate.a]=.. $COMMON_INCLUDES -- 2.47.3