diff --git a/Makefile b/Makefile index 17bd0ed..e84d50b 100644 --- a/Makefile +++ b/Makefile @@ -111,8 +111,8 @@ endif ifneq ("$(CURL)", "") S_SRC+=src/curl.c - KORE_CURL_LIB?=$(shell pkg-config --libs libcurl) - KORE_CURL_INC?=$(shell pkg-config --cflags libcurl) + KORE_CURL_LIB?=$(shell curl-config --libs) + KORE_CURL_INC?=$(shell curl-config --cflags) LDFLAGS+=$(KORE_CURL_LIB) CFLAGS+=$(KORE_CURL_INC) -DKORE_USE_CURL FEATURES+=-DKORE_USE_CURL