From b6dddb007bb0769f14ddbbcd6dcd63ee381b742b Mon Sep 17 00:00:00 2001 From: Jethro Grassie Date: Sun, 7 Apr 2019 14:32:44 -0400 Subject: [PATCH] fix Ubuntu build due to missing libunbound.pc --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 31667e2..74da31c 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ endif LDPARAM += $(LDFLAGS) -LIBS := lmdb pthread microhttpd +LIBS := lmdb pthread microhttpd unbound ifeq ($(OS), Darwin) LIBS += c++ boost_system-mt boost_date_time-mt boost_chrono-mt boost_filesystem-mt boost_thread-mt else @@ -66,7 +66,6 @@ PKG_LIBS := $(shell pkg-config \ json-c \ openssl \ libsodium \ - libunbound \ --libs) STATIC_LIBS = @@ -79,7 +78,6 @@ PKG_INC := $(shell pkg-config \ json-c \ openssl \ libsodium \ - libunbound \ --cflags) LIBPATH := /opt/local/lib/ /usr/local/lib