termux-packages/packages/libimobiledevice/configure.ac.patch
ifurther 85bafbf680 New pacakge: libimobiledevice, libplist, libusbmuxd and usbmuxd (#5745)
* New package: libplist

* New package: usbmuxd

* New package: libimobiledevice

* add patch file

* add some patch file

* del some unusage lines

* fix license error

* fix license error
2020-08-28 21:13:07 +05:30

13 lines
486 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,7 @@
*)
AC_MSG_RESULT([${host_os}])
AX_PTHREAD([], [AC_MSG_ERROR([pthread is required to build $PACKAGE_NAME])])
- AC_CHECK_LIB(pthread, [pthread_once], [], [AC_MSG_ERROR([pthread with pthread_once required to build $PACKAGE_NAME])])
+ AC_CHECK_LIB(pthread, [pthread_once], [], [AC_MSG_NOTICE([pthread with pthread_once required to build $PACKAGE_NAME])])
;;
esac
AM_CONDITIONAL(WIN32, test x$win32 = xtrue)