From 1acbd4da02eb82a035c00a2f484364453469ff06 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 27 Jun 2019 15:16:39 -0700 Subject: Detect TLS support in compiler --- pkg/e2fsprogs/gen.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/e2fsprogs/gen.lua') diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua index 96fb876f..57a06301 100644 --- a/pkg/e2fsprogs/gen.lua +++ b/pkg/e2fsprogs/gen.lua @@ -10,9 +10,10 @@ cflags{ } build('cat', '$outdir/config.h', { - '$dir/config.h', + '$builddir/probe/HAVE__THREAD_LOCAL', '$builddir/probe/SIZEOF_LONG', '$builddir/probe/SIZEOF_TIME_T', + '$dir/config.h', }) set('subst', { -- cgit v1.2.3