From: Remi Collet Date: Mon, 29 May 2017 07:55:51 +0000 (+0200) Subject: fix hash build (when build dir != src dir) X-Git-Tag: php-7.2.0alpha1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6c654c3030469d94837891453004a1e9f8b520c;p=php fix hash build (when build dir != src dir) --- 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)