From 464b2b2bbc45356cfa44bbf6804cb26992913150 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 4 Dec 2019 01:09:17 -0800 Subject: pounce: Build against libtls-bearssl --- pkg/pounce/gen.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/pounce') diff --git a/pkg/pounce/gen.lua b/pkg/pounce/gen.lua index c9ff905e..936be4ec 100644 --- a/pkg/pounce/gen.lua +++ b/pkg/pounce/gen.lua @@ -1,7 +1,7 @@ cflags{ '-std=c11', '-Wall', '-Wextra', '-Wpedantic', '-D _GNU_SOURCE', - '-I $builddir/pkg/libressl/include', + '-I $builddir/pkg/libtls-bearssl/include', } exe('pounce', { @@ -12,7 +12,7 @@ exe('pounce', { 'ring.c', 'server.c', 'state.c', - '$builddir/pkg/libressl/libtls.a.d', + '$builddir/pkg/libtls-bearssl/libtls.a.d', }) file('bin/pounce', '755', '$outdir/pounce') man{'pounce.1'} -- cgit v1.2.3