From ba2fb48cfa4d62d86bc22913c87a05ffac5319c2 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 7 Oct 2023 01:49:55 +0200 Subject: automake: Reorder CFLAGS to fix build issues and use correct SSL library flags across Makefiles --- 3rd_party/ed25519/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3rd_party') diff --git a/3rd_party/ed25519/Makefile.am b/3rd_party/ed25519/Makefile.am index c475331..d8e4e04 100644 --- a/3rd_party/ed25519/Makefile.am +++ b/3rd_party/ed25519/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS = \ AM_CFLAGS = \ $(GLOBAL_CFLAGS) \ - $(openssl_CFLAGS) + $(ssl_lib_CFLAGS) AM_LDFLAGS = -- cgit v1.1-32-gdbae