From: Peter van Dijk Date: Wed, 8 Jun 2016 08:21:34 +0000 (+0000) Subject: document openbsd configure flags X-Git-Tag: auth-4.0.0-rc1~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad55aea81d4b9a8875a150ee6469a52d3ed4eae5;p=thirdparty%2Fpdns.git document openbsd configure flags --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 83cc56d17b..9dd2ef8244 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -30,6 +30,8 @@ make To build on OS X, `./configure LIBEDIT_LIBS='-L/usr/lib -ledit' LIBEDIT_CFLAGS=-I/usr/include/editline` +To build on OpenBSD, `./configure CXX=eg++ CPP=ecpp LIBEDIT_LIBS='-ledit -lcurses' LIBEDIT_CFLAGS=-I/usr/include/readline` + On other recent platforms, installing a Lua and the system C++ compiler should be enough. `dnsdist` can drop privileges using the `--uid` and `--gid` commandline-switches