Files
termux-packages/packages/lrzip/configure.ac.patch
termux-pacman-bot 05f1b66f7c new package: lrzip
2022-11-15 14:34:36 +00:00

12 lines
340 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@
AC_C_BIGENDIAN
-AC_CHECK_LIB(pthread, pthread_create, ,
+AC_CHECK_LIB(c, pthread_create, ,
AC_MSG_ERROR([Could not find pthread library - please install libpthread]))
AC_CHECK_LIB(m, sqrt, ,
AC_MSG_ERROR([Could not find math library - please install libm]))