fix Ubuntu build due to missing libunbound.pc

This commit is contained in:
Jethro Grassie 2019-04-07 14:32:44 -04:00
parent 83dace40c1
commit b6dddb007b
No known key found for this signature in database
GPG key ID: DE8ED755616565BB

View file

@ -54,7 +54,7 @@ endif
LDPARAM += $(LDFLAGS) LDPARAM += $(LDFLAGS)
LIBS := lmdb pthread microhttpd LIBS := lmdb pthread microhttpd unbound
ifeq ($(OS), Darwin) ifeq ($(OS), Darwin)
LIBS += c++ boost_system-mt boost_date_time-mt boost_chrono-mt boost_filesystem-mt boost_thread-mt LIBS += c++ boost_system-mt boost_date_time-mt boost_chrono-mt boost_filesystem-mt boost_thread-mt
else else
@ -66,7 +66,6 @@ PKG_LIBS := $(shell pkg-config \
json-c \ json-c \
openssl \ openssl \
libsodium \ libsodium \
libunbound \
--libs) --libs)
STATIC_LIBS = STATIC_LIBS =
@ -79,7 +78,6 @@ PKG_INC := $(shell pkg-config \
json-c \ json-c \
openssl \ openssl \
libsodium \ libsodium \
libunbound \
--cflags) --cflags)
LIBPATH := /opt/local/lib/ /usr/local/lib LIBPATH := /opt/local/lib/ /usr/local/lib