Closed Xylemon closed 1 year ago
professorkaos64 wrote on 2016-07-27:
Normally, this would be
Sys_Error("Not on main thread: %s", msg);
So I believe the fix here is:
Sys_Error("%s",data);
patch: https://github.com/ProfessorKaos64/LibreGeek-Packaging/blob/brewmaster/ftequake/debian/patches/fix-string-format Last edit: Mikey D 2016-07-27
https://sourceforge.net/p/fteqw/tickets/29/
professorkaos64 wrote on 2016-07-27:
This works fine manually, but dpkg/debuild checks for -Werror=format-security. There is an issue with common.c.
make -C engine sv-rel -j4 PREFIX=/usr make -C engine gl-rel -j4 PREFIX=/usr