From 638486b4ec9e85ac4ea56ad3d85da7688c2c2127 Mon Sep 17 00:00:00 2001 From: george-mcintyre Date: Mon, 25 Nov 2024 19:20:36 +0100 Subject: [PATCH] More portable curl library reference --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 2b2fde10..af3dfc72 100644 --- a/test/Makefile +++ b/test/Makefile @@ -162,7 +162,7 @@ TESTS += testtlsstatus TESTPROD_HOST += jwtlogintest jwtlogintest_SRCS += jwtlogintest.cpp -jwtlogintest_LDFLAGS +=-lcurl +jwtlogintest_SYS_LIBS +=curl endif # EVENT2_HAS_OPENSSL endif