Files
termux-packages/packages/nwipe/configure.ac.patch
termux-pacman-bot bdc5a4f2eb new package: nwipe
2022-12-01 11:01:20 +00:00

11 lines
574 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,6 @@
AC_CHECK_LIB([intl], [libintl_dgettext]) # needed to statically link libparted, but not given in its pkgconfig file
AC_CHECK_LIB([uuid], [uuid_generate]) # needed to statically link libparted, but not given in its pkgconfig file
PKG_CHECK_MODULES([PARTED], [libparted])
-AC_CHECK_LIB([pthread], [main], ,[AC_MSG_ERROR([pthread development library not found])])
# Checks for header files.
AC_CHECK_HEADERS([fcntl.h inttypes.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/file.h sys/ioctl.h unistd.h])