logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 8cacd5484616194d773d0f74e2adc2105dadc6a2
parent 0d5cb531bf6a6c9f3bc99f39bd11adf2b9ee7d70
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 10 Dec 2019 18:20:02 -0800

openntpd: Update configure command in README

Diffstat:

Mpkg/openntpd/README.md6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkg/openntpd/README.md b/pkg/openntpd/README.md @@ -5,6 +5,6 @@ Generated with ./configure \ --with-privsep-user=ntpd \ - CPPFLAGS='-I/src/oasis/out/pkg/libressl/include' \ - LDFLAGS='-L/src/oasis/out/pkg/libressl -L/src/oasis/out/pkg/openbsd' \ - LIBS='-ltls -lssl -lcrypto -lbsd' + CPPFLAGS='-I/src/oasis/out/pkg/libtls-bearssl/include' \ + LDFLAGS='-L/src/oasis/out/pkg/libtls-bearssl -L/src/oasis/out/pkg/openbsd' \ + LIBS='-ltls -lbearssl -lbsd'