summaryrefslogtreecommitdiff
path: root/ext/hash
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2018-10-03 11:36:11 +0200
committerKalle Sommer Nielsen <kalle@php.net>2018-10-03 11:36:11 +0200
commitc11632679366cf8c3f2a7a9cfef77115891c9e71 (patch)
treebf4ed30e9220e6d93e737f9f263892b7ac433b01 /ext/hash
parent0d7d2a20110bc18a69c2509fec21d454d97467cf (diff)
downloadphp-git-c11632679366cf8c3f2a7a9cfef77115891c9e71.tar.gz
Remove $ext_shared usage for ext/hash in the Unix build script (Thanks Christoph for the notice)
Diffstat (limited to 'ext/hash')
-rw-r--r--ext/hash/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/config.m4 b/ext/hash/config.m4
index 947031a0d5..dcf5e017e4 100644
--- a/ext/hash/config.m4
+++ b/ext/hash/config.m4
@@ -46,7 +46,7 @@ EXT_HASH_HEADERS="php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.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_NEW_EXTENSION(hash, $EXT_HASH_SOURCES, $ext_shared,,$PHP_HASH_CFLAGS)
+PHP_NEW_EXTENSION(hash, $EXT_HASH_SOURCES, 0,,$PHP_HASH_CFLAGS)
ifdef([PHP_INSTALL_HEADERS], [
PHP_INSTALL_HEADERS(ext/hash, $EXT_HASH_HEADERS)
])