Skip to content

Commit 6be8e6e

Browse files
committed
Fixed ZTS compilation, and remove JIT generated file so that it gets rebuild
1 parent 820254c commit 6be8e6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ else
4747
fi
4848

4949
if (test "${ZTS}" = "zts"); then
50-
EXTRA_FLAGS="$EXTRA_FLAGS --enable-maintainer-zts"
50+
EXTRA_FLAGS="$EXTRA_FLAGS --enable-maintainer-zts --enable-zts"
5151
POSTFIX="$POSTFIX-zts"
5252
fi
5353

@@ -153,6 +153,7 @@ OPTIONS="$OPTIONS --with-pear"
153153
set +x
154154

155155
make clean
156+
rm ext/opcache/jit/zend_jit_x86.c
156157
rm -rf configure
157158
./vcsclean
158159
./buildconf --force

0 commit comments

Comments
 (0)