Skip to content

Commit 8f86989

Browse files
DerDakongregkh
authored andcommitted
scripts: set proper OpenSSL include dir also for sign-file
commit fe968c4 upstream. Fixes: 2cea4a7 ("scripts: use pkg-config to locate libcrypto") Signed-off-by: Rolf Eike Beer <eb@emlix.com> Cc: stable@vger.kernel.org # 5.6.x Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c7ed0a5 commit 8f86989

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/Makefile

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

2727
HOSTCFLAGS_sortextable.o = -I$(srctree)/tools/include
2828
HOSTCFLAGS_asn1_compiler.o = -I$(srctree)/include
29+
HOSTCFLAGS_sign-file.o = $(CRYPTO_CFLAGS)
2930
HOSTLDLIBS_sign-file = $(CRYPTO_LIBS)
3031
HOSTCFLAGS_extract-cert.o = $(CRYPTO_CFLAGS)
3132
HOSTLDLIBS_extract-cert = $(CRYPTO_LIBS)

0 commit comments

Comments
 (0)