Skip to content

Commit 527bcb1

Browse files
samm-gitnikic
authored andcommitted
Fix opcache phpize build on FreeBSD
Closes GH-6589.
1 parent fee80e3 commit 527bcb1

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)