Lines 131-136
Link Here
|
131 |
.if ${PHP_MODNAME} == "hash" |
131 |
.if ${PHP_MODNAME} == "hash" |
132 |
CONFIGURE_ARGS+=--enable-hash \ |
132 |
CONFIGURE_ARGS+=--enable-hash \ |
133 |
--with-mhash |
133 |
--with-mhash |
|
|
134 |
CFLAGS_mips64= -DHAVE_SLOW_HASH3 |
135 |
CFLAGS_powerpc64= -DHAVE_SLOW_HASH3 |
136 |
CFLAGS_powerpc= -DHAVE_SLOW_HASH3 |
137 |
CFLAGS_powerpcspe= -DHAVE_SLOW_HASH3 |
138 |
CFLAGS_sparc64= -DHAVE_SLOW_HASH3 |
134 |
.endif |
139 |
.endif |
135 |
|
140 |
|
136 |
.if ${PHP_MODNAME} == "iconv" |
141 |
.if ${PHP_MODNAME} == "iconv" |