Skip to content
Snippets Groups Projects
Commit 316f24fb authored by Daniel Kahn Gillmor's avatar Daniel Kahn Gillmor Committed by Ondřej Surý
Browse files

Actively link to gnutls

parent 9915bb6a
Branches
Tags
No related merge requests found
......@@ -28,6 +28,7 @@ $(eval $(call find_lib,hiredis))
$(eval $(call find_lib,socket_wrapper))
$(eval $(call find_lib,libdnssec))
$(eval $(call find_lib,libsystemd,227))
$(eval $(call find_lib,gnutls))
# Find Go version and platform
GO_VERSION := $(shell $(GO) version 2>/dev/null)
......@@ -88,6 +89,7 @@ info:
$(info [$(HAS_lmdb)] lmdb (lib))
$(info [$(HAS_lua)] luajit (daemon))
$(info [$(HAS_libuv)] libuv (daemon))
$(info [$(HAS_gnutls)] libgnutls (daemon))
$(info )
$(info Optional)
$(info --------)
......
......@@ -25,7 +25,8 @@ bindings-install: $(kresd_DIST) $(DESTDIR)$(MODULEDIR)
kresd_CFLAGS := -fPIE
kresd_DEPEND := $(libkres) $(contrib)
kresd_LIBS := $(libkres_TARGET) $(contrib_TARGET) $(libknot_LIBS) \
$(libzscanner_LIBS) $(libdnssec_LIBS) $(libuv_LIBS) $(lua_LIBS)
$(libzscanner_LIBS) $(libdnssec_LIBS) $(libuv_LIBS) $(lua_LIBS) \
$(gnutls_LIBS)
# Enable systemd
ifeq ($(HAS_libsystemd), yes)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment