]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix handling of include files in libcommon
authorSimo Sorce <simo@redhat.com>
Fri, 17 Oct 2025 02:26:33 +0000 (22:26 -0400)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 20 Oct 2025 07:45:53 +0000 (09:45 +0200)
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28838)

providers/build.info

index 9277d8fe7d5c042c5725c0683091d210d4ac5548..138ba16a931087504d5e5bf283fcb21d6fcd6a87 100644 (file)
@@ -49,7 +49,7 @@ LIBS{noinst}=$LIBDEFAULT $LIBCOMMON
 $COMMON_INCLUDES=../crypto ../include implementations/include common/include \
     fips/include
 
-INCLUDE[$LIBCOMMON]=$COMMON_INCLUDES
+INCLUDE[$LIBCOMMON]=.. $COMMON_INCLUDES
 INCLUDE[$LIBFIPS]=.. $COMMON_INCLUDES
 INCLUDE[$LIBLEGACY]=.. $COMMON_INCLUDES
 INCLUDE[$LIBDEFAULT]=.. $COMMON_INCLUDES