From c6c654c3030469d94837891453004a1e9f8b520c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 May 2017 09:55:51 +0200 Subject: [PATCH] fix hash build (when build dir != src dir) --- ext/hash/config.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index 5629453d86..66cc7ca810 100644 --- a/ext/hash/config.m4 +++ b/ext/hash/config.m4 @@ -41,7 +41,8 @@ if test "$PHP_HASH" != "no"; then php_hash_haval.h php_hash_tiger.h php_hash_gost.h php_hash_snefru.h \ php_hash_whirlpool.h php_hash_adler32.h php_hash_crc32.h \ php_hash_fnv.h php_hash_joaat.h php_hash_sha3.h" - + + PHP_ADD_BUILD_DIR(ext/hash/$SHA3_DIR, 1) PHP_NEW_EXTENSION(hash, $EXT_HASH_SOURCES, $ext_shared,,$PHP_HASH_CFLAGS) ifdef([PHP_INSTALL_HEADERS], [ PHP_INSTALL_HEADERS(ext/hash, $EXT_HASH_HEADERS) -- 2.40.0