История изменений
Исправление ZenitharChampion, (текущая версия) :
В логе вот это:
make -j6 'CFLAGS=-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fprofile-generate'
Вообще, просматривая лог, обнаружил это:
In file included from src/sljit/sljitLir.c:267,
from src/pcre2_jit_compile.c:79:
src/sljit/sljitProtExecAllocator.c: In function 'create_tempfile':
src/sljit/sljitProtExecAllocator.c:125: warning: implicit declaration of function 'secure_getenv'
src/sljit/sljitProtExecAllocator.c:125: warning: assignment makes pointer from integer without a cast
Хотя автор говорил, что вызова secure_getenv
нет...
Исходная версия ZenitharChampion, :
make -j6 'CFLAGS=-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fprofile-generate'