Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
add-cppflags.diff | Support passing CPPFLAGS `-D_FORTIFY_SOURCE=2` is passed here, but because `Makefile` has a defined rule for compiling `%.o`, the implicit rule that uses `$(CPPFLAGS)` is not used. . Add this support in `Makefile` rather than having to combine `$(CPPFLAGS)` into `$(CFLAGS)` in `debian/rules`. |
Michel Alexandre Salim <michel@michel-slm.name> | yes | 2022-08-12 | ||
disable-test-asan.diff | Disable address sanitization when compiling tests This recently started failing in CI: https://salsa.debian.org/michel/psi-notify/-/jobs/3098906#L1035 but not when compiling locally (one notable difference is in CI libasan is pulled in locally as a dependency). . One fix would be to compile the main executable with address sanitization too but that results in a runtime performance hit, so just disable for now. |
Michel Alexandre Salim <michel@michel-slm.name> | not-needed | 2022-08-12 |