Skip to content
Snippets Groups Projects
Commit a5e1ac13 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

libkresd: link against libuv

parent 0a7ddb1b
No related branches found
No related tags found
2 merge requests!254Knot Resolver 1.2.5,!182policy: support IPv6 link-local addresses
......@@ -39,9 +39,7 @@ kresd_LIBS += $(libsystemd_LIBS)
endif
# Make binary
ifeq ($(HAS_lua)|$(HAS_libuv), yes|yes)
$(eval $(call make_sbin,kresd,daemon,yes))
endif
# Targets
date := $(shell date +%F -r NEWS)
......
......@@ -43,7 +43,8 @@ libkres_HEADERS := \
# Dependencies
libkres_DEPEND := $(contrib)
libkres_CFLAGS := -fvisibility=hidden -fPIC $(lmdb_CFLAGS)
libkres_LIBS := $(contrib_TARGET) $(libknot_LIBS) $(libdnssec_LIBS) $(lmdb_LIBS)
libkres_LIBS := $(contrib_TARGET) $(libknot_LIBS) $(libdnssec_LIBS) $(lmdb_LIBS) \
$(libuv_LIBS)
libkres_TARGET := -L$(abspath lib) -lkres
ifeq ($(ENABLE_COOKIES),yes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment