Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Makefile.diff | The included Makefile for unix has some problems: It adds -lm to the CFLAGS. -lm is a linker option and as such has no place in CFLAGS (which are used for compiler flags). Due to this, -lm appears on the command line way before any object files. This leads to it being discarded when the linker flag --as-needed is set. An example failure can be observed under Ubuntu: /«PKGBUILDDIR»/grammyVM.c:1498: undefined reference to `log10' =================================================================== |
invalid | upstream | |||
GRAMophone.y.diff | =================================================================== | no | ||||
grammyVM.c.diff | =================================================================== | no | ||||
clang_FTBFS.patch | fix FTBFS with clang [-Wreturn-type]=================================================================== | Nicolas Sévelin-Radiguet <nicosr@free.fr> | no | 2014-09-06 | ||
fix-ftbfs-implicit-function-declaration.patch | Fix FTBFS caused by -Werror=implicit-function-declaration In dpkg 1.22.6, it enabled -Werror=implicit-function-declaration. Thus we need to make sure every function has its definition. =================================================================== |
Ying-Chun Liu (PaulLiu) <paulliu@debian.org> | no | debian | 2024-04-01 |