about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/filesystems/fuse-7z-ng/no-pthread.patch
blob: 193090defebc467b0c614e218d670fd74025b513 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
pthread_yield() is not used by fuse-7z-ng, fails configure.
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,6 @@ AC_CHECK_HEADERS([fcntl.h stddef.h string.h unistd.h dlfcn.h dirent.h])
 AC_CHECK_FUNCS([memset memmove])
 AC_CHECK_FUNCS([sqrt])
 
-AC_CHECK_LIB([pthread], [pthread_yield],,AC_MSG_ERROR([pthread library not found.]))
 AC_CHECK_LIB([dl], [dlclose])
 
 PKG_CHECK_MODULES([fuse], [fuse >= 2.8])