Hi all,
This is my first time working with autotools configure.in/m4 stuff *and* my
first time working with cross-compilation, and I haven't been able to get
opcache working with php7 yet. The configure step can't run any test
programs
(on the build system, because of course, they're built with the rumprun
toolchain) to determine the SHM types available.
I've located where their config.m4 file calls AC_TRY_RUN with some program
sources, which I'd bet is the problem, but I don't know how to patch around
it, nor what SHM mechanisms rumpkernel provides... as my first thought is to
patch in "set <known good type> as the detected shm type" and skip all the
checks.
Any help?
Potentially useful context: I've been building everything I possibly can
into
php7, to let people cut out unneeded extensions instead of build
everything up
from `--disable-all`.
https://github.com/sapphirecat/rumprun-packages/tree/php7-full
opcache is the last one I'm planning to do. I was going to leave it
out, but
it turns out to be important for performance.
--
Sapphire Cat
https://github.com/sapphirecat