summaryrefslogtreecommitdiff
path: root/pkg/pixman/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-07-10 19:07:56 -0700
committerMichael Forney <mforney@mforney.org>2019-07-10 19:07:56 -0700
commit1df5c5b23431f7d64ef3c623f57a6900cb72963f (patch)
tree14b6756e6b207c0edf43f4d60c8b95c7f7f408bc /pkg/pixman/gen.lua
parente8de3964688787b9d6b14ce173a254b0fc2e38ad (diff)
pixman: Probe for TLS
Diffstat (limited to 'pkg/pixman/gen.lua')
-rw-r--r--pkg/pixman/gen.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/pixman/gen.lua b/pkg/pixman/gen.lua
index 99583ff2..caf3660f 100644
--- a/pkg/pixman/gen.lua
+++ b/pkg/pixman/gen.lua
@@ -5,6 +5,7 @@ cflags{
}
build('cat', '$outdir/config.h', {
+ '$builddir/probe/HAVE__THREAD_LOCAL',
'$builddir/probe/HAVE___BUILTIN_CLZ',
'$dir/config.h',
})