diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-16 14:01:08 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-16 14:01:08 +0200 |
| commit | 4f79cbba8256e717a03a4655890e484fe21f6fce (patch) | |
| tree | 0e12f20662b8bfaf28ba8b03e41afdeb2e2c0b05 | |
| parent | 963bdd3b8dc7fd4471c51f5531fc3e4c43fa7258 (diff) | |
LIBXCRYPT_CFLAGS always needed
| -rw-r--r-- | config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,9 +14,9 @@ PHP_ARG_WITH([xpass-dlopen], if test "$PHP_XPASS" != "no"; then PKG_CHECK_MODULES([LIBXCRYPT], [libxcrypt >= 4.4]) + PHP_EVAL_INCLINE([$LIBXCRYPT_CFLAGS]) if test "$PHP_XPASS_DLOPEN" = "no"; then - PHP_EVAL_INCLINE([$LIBXCRYPT_CFLAGS]) PHP_EVAL_LIBLINE([$LIBXCRYPT_LIBS], [XPASS_SHARED_LIBADD]) elif test "$PHP_XPASS_DLOPEN" = "yes"; then AC_DEFINE([USE_LIBCRYPT_DLOPEN], ["libcrypt.so.2"], [ libcrypt path for dlopen ]) |
