mirror of
https://github.com/danog/php.git
synced 2024-11-27 04:14:56 +01:00
3dc9a6988d
After looking/comparing at the output of `./configure` for our i386 and amd64 builds against that of Debian's i386 build, our i386 build was the only one of the three to include `checking whether to force non-PIC code in shared modules... yes` (the other two were `no`).
Debian includes `--with-pic`, and we do not.
Looking at the upstream PHP code for this configure check (
|
||
---|---|---|
.. | ||
alpine3.11 | ||
alpine3.12 | ||
buster | ||
stretch |