logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 056832b904a199308988e6c317284be559c1fc5e
parent 8b81b69317e8345f0d673c25c92986bb1734a8c4
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  2 Jun 2020 18:06:04 -0700

strace: Fix header dependencies

Diffstat:

Mpkg/strace/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/strace/gen.lua b/pkg/strace/gen.lua @@ -348,7 +348,7 @@ pkg.deps = { 'pkg/linux-headers/headers', } -lib('libstrace.a', srcs, {'$outdir/printers.h'}) +lib('libstrace.a', srcs) exe('strace', {'strace.c', 'libstrace.a'}) file('bin/strace', '755', '$outdir/strace') man{'strace.1'}