ports/security/opensc/patches/patch-configure_ac

13 lines
304 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -427,7 +427,7 @@ AC_FUNC_STAT
AC_FUNC_VPRINTF
AC_CHECK_FUNCS([ \
getpass gettimeofday getline memset mkdir \
- strdup strerror memset_s explicit_bzero \
+ strdup strerror memset_s explicit_bzero calloc_conceal \
strnlen sigaction
])