mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
use curl-config instead of pkg-config.
This commit is contained in:
parent
4808365f8a
commit
18c76abab3
4
Makefile
4
Makefile
@ -104,8 +104,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user