blob: 40ba35efd866ad7a41c48caab4d793ecce91d5f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.orig 2024-02-20 07:14:00 UTC
+++ Makefile
@@ -24,10 +24,6 @@ OBJS = trurl.o
TARGET = trurl
OBJS = trurl.o
-ifndef TRURL_IGNORE_CURL_CONFIG
-LDLIBS += $$(curl-config --libs)
-CFLAGS += $$(curl-config --cflags)
-endif
CFLAGS += -W -Wall -Wshadow -Werror -pedantic
CFLAGS += -Wconversion -Wmissing-prototypes -Wwrite-strings -Wsign-compare -Wno-sign-conversion
ifndef NDEBUG
|