Skip to content
Snippets Groups Projects
Commit 1e0ee80a authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

Merge branch 'pkgconfig-for-missing-liburcu' into 'master'

parents f00da4be 2ce6a7eb
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ AS_IF([test "$enable_daemon" = "yes"],[
AS_IF([test "$with_urcu" != "no"], [
PKG_CHECK_MODULES([liburcu], liburcu, [
liburcu_PKGCONFIG="liburcu >= 0.4.0"
liburcu_PKGCONFIG=",liburcu >= 0.4.0"
AC_SUBST([liburcu_PKGCONFIG])
with_urcu=yes
],[
......
......@@ -7,7 +7,7 @@ Name: libknot
Description: Knot DNS library
URL: https://www.knot-dns.cz
Version: @PACKAGE_VERSION@
Requires.private: libdnssec = @PACKAGE_VERSION@, @liburcu_PKGCONFIG@
Requires.private: libdnssec = @PACKAGE_VERSION@ @liburcu_PKGCONFIG@
Libs: -L${libdir} -lknot
Libs.private: -ldnssec @lmdb_LIBS@
Cflags: -I${includedir} @lmdb_CFLAGS@
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