lualanes: build with CMake
[feed/packages.git] / lang / lualanes / patches / 100-musl-compat.patch
index 737ece1fd4f27a9f0173f30de40558484c6d6fea..4edabf7e6b0087393a84c382c28558ac9511c440 100644 (file)
@@ -5,7 +5,7 @@
    #include <pthread.h>
  
 -  #ifdef PLATFORM_LINUX
-+  #if defined(PLATFORM_LINUX) && defined(__UCLIBC__)
++  #if defined(PLATFORM_LINUX) && defined(__GLIBC__)
    # define _MUTEX_RECURSIVE PTHREAD_MUTEX_RECURSIVE_NP
    #else
      /* OS X, ... */