aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsdbflex/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dnsdbflex/files/patch-Makefile')
-rw-r--r--dns/dnsdbflex/files/patch-Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/dns/dnsdbflex/files/patch-Makefile b/dns/dnsdbflex/files/patch-Makefile
new file mode 100644
index 000000000000..71d87319bec9
--- /dev/null
+++ b/dns/dnsdbflex/files/patch-Makefile
@@ -0,0 +1,15 @@
+--- Makefile.orig 2020-10-14 17:44:31 UTC
++++ Makefile
+@@ -15,10 +15,10 @@
+ #
+
+ CURLINCL = `curl-config --cflags`
+-JANSINCL = -I/usr/local/include
++JANSINCL = -I$(LOCALBASE)/include
+
+ CURLLIBS = `[ ! -z "$$(curl-config --libs)" ] && curl-config --libs || curl-config --static-libs`
+-JANSLIBS = -L/usr/local/lib -ljansson
++JANSLIBS = -L$(LOCALBASE)/lib -ljansson
+
+ CWARN =-W -Wall -Wextra -Wcast-qual -Wpointer-arith -Wwrite-strings \
+ -Wmissing-prototypes -Wbad-function-cast -Wnested-externs \