summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makethird b/Makethird
index 4a486ebd..d9730227 100644
--- a/Makethird
+++ b/Makethird
@@ -442,8 +442,7 @@ $(CURL_OUT)/%.o: $(CURL_DIR)/lib/%.c | $(CURL_OUT)
$(CC_CMD) $(CRL_CFLAGS)
CURL_CFLAGS := -I$(CURL_DIR)/include
-CURL_LIBS := -lpthread -lrt
+CURL_LIBS := $(SYS_CURL_DEPS)
else
-CURL_CFLAGS := $(SYS_CURL_CFLAGS)
-CURL_LIBS := $(SYS_CURL_LIBS)
+NOCURL := yes
endif