Skip to content
Snippets Groups Projects
Commit f81d7721 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Add more debug output for used _CFLAGS and _LIBS to configure and explicitly...

Add more debug output for used _CFLAGS and _LIBS to configure and explicitly link knotd with $(liburcu_LIBS)
parent 200affbf
No related branches found
No related tags found
No related merge requests found
......@@ -463,11 +463,13 @@ AC_MSG_RESULT([
Fast zone parser: ${enable_fastparser}
Utilities with IDN: ${with_libidn}
Systemd integration: ${enable_systemd}
liburcu: ${liburcu_CFLAGS} ${liburcu_LIBS}
GnuTLS: ${gnutls_CFLAGS} ${gnutls_LIBS}
Jansson: ${jansson_CFLAGS} ${jansson_LIBS}
Dnstap support: ${opt_dnstap}
Code coverage: ${enable_code_coverage}
LMDB support: ${enable_lmdb}
LMDB: ${lmdb_CFLAGS} ${lmdb_LIBS}
Continue with 'make' command
])
......@@ -336,7 +336,7 @@ libknotd_la_LDFLAGS = $(AM_LDFLAGS) $(systemd_LIBS) $(liburcu_LIBS)
libknotd_la_LIBADD = libknot.la libknot-yparser.la libknot-internal.la $(liburcu_LIBS)
knotd_CPPFLAGS = $(AM_CPPFLAGS) $(liburcu_CFLAGS)
knotd_LDADD = libknotd.la libknot.la
knotd_LDADD = libknotd.la libknot.la $(liburcu_LIBS)
knotc_LDADD = libknotd.la libknot.la
knot1to2_LDADD = libknotd.la libknot.la
......
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