Skip to content

Commit 3cf91ca

Browse files
committed
ext/standard: enabling feature detection auxiliary vector on OpenBSD.
1 parent 3c68661 commit 3cf91ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/standard/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ dnl
345345

346346
PHP_CHECK_FUNC(res_search, resolv, socket)
347347

348-
AC_CHECK_FUNCS([posix_spawn_file_actions_addchdir_np])
348+
AC_CHECK_FUNCS([posix_spawn_file_actions_addchdir_np elf_aux_info])
349349

350350
dnl
351351
dnl Obsolete check for strptime() declaration. The strptime, where available,

ext/standard/crc32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# include <asm/hwcap.h>
2929
# elif defined(__APPLE__)
3030
# include <sys/sysctl.h>
31-
# elif defined(__FreeBSD__)
31+
# elif defined(HAVE_ELF_AUX_INFO)
3232
# include <sys/auxv.h>
3333

3434
static unsigned long getauxval(unsigned long key) {

0 commit comments

Comments
 (0)