Files
termux-packages/packages/p11-kit/configure.ac.patch
2023-06-30 02:05:53 +00:00

14 lines
260 B
Diff

Linking is enough thanks to `-Werror=int-conversion`.
--- a/configure.ac
+++ b/configure.ac
@@ -146,7 +146,7 @@
AC_CHECK_FUNC(
[strerror_r],
- [AC_RUN_IFELSE(
+ [AC_LINK_IFELSE(
[AC_LANG_SOURCE([[
#include <errno.h>
#include <string.h>