From 9e59368ce8d72bba7dedacf9bc4288e46c4ce9cd Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 17 Sep 2013 14:27:27 -0400 Subject: [PATCH] fixed curl-config flag for libraries; --static-libs is gone it seems. --- scripts/clam/cpp/rules.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clam/cpp/rules.def b/scripts/clam/cpp/rules.def index aea2b4a0..6e565162 100644 --- a/scripts/clam/cpp/rules.def +++ b/scripts/clam/cpp/rules.def @@ -65,7 +65,7 @@ LIBS_USED += Xmu ifneq "$(USE_CURL)" "" COMPILER_FLAGS += `curl-config --cflags` - LOAD_FLAG_SUFFIX += `curl-config --static-libs` + LOAD_FLAG_SUFFIX += `curl-config --libs` endif endif -- 2.34.1