From: Simo Sorce Date: Fri, 17 Oct 2025 02:57:36 +0000 (-0400) Subject: Fix handling of include files in libtemplate X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=578281e7500b8093b4f517bfef8af83d87d8e396;p=thirdparty%2Fopenssl.git 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) --- 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