From 17fc49878666a8591a88973397793b3208104b67 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 28 Feb 2022 16:13:04 +0100 Subject: [PATCH] mfd_aes_brute: add openssl include path for macports too, just in case --- tools/mfd_aes_brute/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mfd_aes_brute/Makefile b/tools/mfd_aes_brute/Makefile index f2d684bed..0b009308d 100644 --- a/tools/mfd_aes_brute/Makefile +++ b/tools/mfd_aes_brute/Makefile @@ -28,6 +28,7 @@ ifeq ($(USE_BREW),1) endif ifeq ($(USE_MACPORTS),1) + MYCFLAGS += -I$(MACPORTS_PREFIX)/lib/openssl-3 -I$(MACPORTS_PREFIX)/lib/openssl-1.1 MYLDFLAGS += -L$(MACPORTS_PREFIX)/lib/openssl-3 -L$(MACPORTS_PREFIX)/lib/openssl-1.1 endif