summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-13 23:45:05 +0200
committerIsmael Luceno2019-05-13 23:45:05 +0200
commit418f17581b85092fb5229900c1e1a683570e3e01 (patch)
treef554509a06a23d768d08d1f8ad0667a960160cca /FUNCTIONS
parentda8c49a669b5a2d1a8e9c09606df106127c85eca (diff)
FUNCTIONS: Make glibc_is_nptl true for musl
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 6dff757316..8f214ccd70 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -69,6 +69,7 @@ function default_pre_build () {
#---------------------------------------------------------------------
function glibc_is_nptl ()
{
+ [ musl = "${HOST##*-}" ] && return 0
if getconf GNU_LIBPTHREAD_VERSION | grep -q NPTL; then
return 0
fi