logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 491d63f93cbcd29226c1cb92cb5ad32d1d1f9509
parent 85376976ebb01b1eeee6ef6d761243f9c8d11a53
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 21 Feb 2020 20:46:15 -0800

strace: Fix linux-headers dependency

Diffstat:

Mpkg/strace/gen.lua5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pkg/strace/gen.lua b/pkg/strace/gen.lua @@ -8,10 +8,6 @@ cflags{ '-I $builddir/pkg/linux-headers/include', } -pkg.deps = { - 'pkg/linux-headers/headers', -} - build('cat', '$outdir/config.h', { '$builddir/probe/HAVE___BUILTIN_POPCOUNT', '$dir/config.h', @@ -349,6 +345,7 @@ pkg.deps = { '$outdir/scno.h', '$outdir/sen.h', '$outdir/sys_func.h', + 'pkg/linux-headers/headers', } lib('libstrace.a', libsrcs, {'$outdir/printers.h'})