mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
fix Ubuntu build due to missing libunbound.pc
This commit is contained in:
parent
83dace40c1
commit
b6dddb007b
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue