summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-06-03 11:39:20 +1000
committerPauli <paul.dale@oracle.com>2020-06-24 20:07:46 +1000
commit0c9fcfebf1b68a1736277c333dd6d59f35eb24f5 (patch)
treeb49e3ffcc83260c7db7068af3dcd62b5cda115f9
parentdc4e74ef6c10a13d8a8947c71e9ee70a0abe642e (diff)
include source root directory via -I for libnonfips.a
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/11682)
-rw-r--r--providers/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/build.info b/providers/build.info
index b7eef40521..873f12a853 100644
--- a/providers/build.info
+++ b/providers/build.info
@@ -48,7 +48,7 @@ $COMMON_INCLUDES=../crypto ../include implementations/include common/include
INCLUDE[$LIBCOMMON]=$COMMON_INCLUDES
INCLUDE[$LIBIMPLEMENTATIONS]=.. $COMMON_INCLUDES
INCLUDE[$LIBLEGACY]=.. $COMMON_INCLUDES
-INCLUDE[$LIBNONFIPS]=$COMMON_INCLUDES
+INCLUDE[$LIBNONFIPS]=.. $COMMON_INCLUDES
INCLUDE[$LIBFIPS]=.. $COMMON_INCLUDES
DEFINE[$LIBFIPS]=FIPS_MODULE