Skip to content

Commit 7571edc

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Fix opcache phpize build on FreeBSD Updated to version 2021.1 (2021a)
2 parents a8dd009 + 527bcb1 commit 7571edc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/opcache/jit/Makefile.frag

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ $(builddir)/jit/zend_jit.lo: \
1616
$(srcdir)/jit/zend_jit_trace.c \
1717
$(srcdir)/jit/zend_elf.c
1818

19+
# For non-GNU make, jit/zend_jit.lo and ./jit/zend_jit.lo are considered distinct targets.
20+
# Use this workaround to allow building from inside ext/opcache.
21+
jit/zend_jit.lo: $(builddir)/jit/zend_jit.lo

0 commit comments

Comments
 (0)