aboutsummaryrefslogtreecommitdiff
path: root/misc/trurl/files/patch-Makefile
blob: d39f001fab57ce9f5ee8dca36952b40d2b6eaa65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2023-05-29 09:11:15 UTC
+++ Makefile
@@ -1,7 +1,6 @@
 TARGET = trurl
 OBJS = trurl.o
-LDLIBS = $$(curl-config --libs)
-CFLAGS = $$(curl-config --cflags) -W -Wall -Wshadow -Werror -pedantic -g
+CFLAGS+=-W -Wall -Wshadow -Werror -pedantic -g
 MANUAL = trurl.1
 
 PREFIX ?= /usr/local