Package: mupen64plus-ui-console / 2.0-2
Metadata
Package | Version | Patches format |
---|---|---|
mupen64plus-ui-console | 2.0-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
printf_fixup.patch | (download) |
src/main.h |
2 1 + 1 - 0 ! |
add printf-format attribute The compiler needs to get more information for function declaration to help to find printf specific format attacks. |
make_header_depends.patch | (download) |
projects/unix/Makefile |
2 1 + 1 - 0 ! |
don't fail rebuild when header is removed The *.d depends files for make just list the files used when building an object file. Removing a file listed in such a dependency file causes make to search for a way to recreate it. This usually cannot work because these files aren't autogenerated. . The gcc option -MP can be used to generate empty rule for these files. Removing a file in a dependency list will then execute this empty rule and continue with the execution of the creation of the object file. This compilation process will then automatically correct the dependency file. |
1