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

Merge !370: make: link gnutls into libkres

parents 8edb6e44 507a045c
Branches
Tags
1 merge request!370make: link gnutls into libkres
Pipeline #17600 failed with stages
in 4 minutes and 30 seconds
......@@ -44,7 +44,7 @@ libkres_HEADERS := \
libkres_DEPEND := $(contrib)
libkres_CFLAGS := -fvisibility=hidden -fPIC $(lmdb_CFLAGS)
libkres_LIBS := $(contrib_TARGET) $(libknot_LIBS) $(libdnssec_LIBS) $(lmdb_LIBS) \
$(libuv_LIBS)
$(libuv_LIBS) $(gnutls_LIBS)
libkres_TARGET := -L$(abspath lib) -lkres
ifeq ($(ENABLE_COOKIES),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