Skip to content
Snippets Groups Projects
Commit a5734852 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Included liburcu compatibility patch for NetBSD/OpenBSD.

refs #1551
parent 8158272b
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,22 @@ $ autoreconf -if
$ ./configure
$ make && sudo make install
Installation on OpenBSD/NetBSD
==============================
Also works for OS X, if you don't want to install gcc from ports.
Prerequisites:
- liburcu needs patch for absent compiler TLS capability
- patch is located in "scripts/urcu-tls-compat.patch"
- patch compatible with liburcu-0.6.7
$ mkdir liburcu && cd liburcu
$ wget "http://lttng.org/files/urcu/userspace-rcu-0.6.7.tar.bz2"
$ patch -p1 < ../scripts/urcu-tls-compat.patch
$ autoconf && ./configure && make && sudo make install
$ # or follow installation instructions in INSTALL
Knot DNS installation is the same as in previous section (Installation on BSD).
Installation on OS X
====================
......
This diff is collapsed.
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