Skip to content

Commit fe968c4

Browse files
DerDakonmasahir0y
authored andcommitted
scripts: set proper OpenSSL include dir also for sign-file
Fixes: 2cea4a7 ("scripts: use pkg-config to locate libcrypto") Signed-off-by: Rolf Eike Beer <[email protected]> Cc: [email protected] # 5.6.x Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 27dad89 commit fe968c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ hostprogs-always-$(CONFIG_SYSTEM_EXTRA_CERTIFICATE) += insert-sys-cert
1717

1818
HOSTCFLAGS_sorttable.o = -I$(srctree)/tools/include
1919
HOSTCFLAGS_asn1_compiler.o = -I$(srctree)/include
20+
HOSTCFLAGS_sign-file.o = $(CRYPTO_CFLAGS)
2021
HOSTLDLIBS_sign-file = $(CRYPTO_LIBS)
2122
HOSTCFLAGS_extract-cert.o = $(CRYPTO_CFLAGS)
2223
HOSTLDLIBS_extract-cert = $(CRYPTO_LIBS)

0 commit comments

Comments
 (0)