Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot Resolver
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
142
Issues
142
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot Resolver
Commits
316f24fb
Commit
316f24fb
authored
Apr 03, 2016
by
Daniel Kahn Gillmor
Committed by
Ondřej Surý
Aug 05, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actively link to gnutls
parent
9915bb6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Makefile
Makefile
+2
-0
daemon/daemon.mk
daemon/daemon.mk
+2
-1
No files found.
Makefile
View file @
316f24fb
...
...
@@ -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
--------
)
...
...
daemon/daemon.mk
View file @
316f24fb
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment