Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Allow-using-sha2-and-blake2-system-libaries.patch | [PATCH 1/2] Allow using sha2 and blake2 system libaries Using ?= to assign LDLIBS and the new BLAKE_* SHA2_* vars allows overriding them from the environment and use system libraries instead of the bundled ones. To make sure includes are picked up from the system instead of the vendor copies we replace #include "" with #include <> and use -I in CFLAGS. Finally since keeping SRCS and OBJS in sync is tedious maximus I replace OBJS with a .c=.o substitution. |
=?UTF-8?q?Daniel=20Gr=C3=B6ber?= <dxld@darkboxed.org> | not-needed | 2022-04-08 | ||
pass-cflags.patch | Pass CFLAGS from dpkg | Shengqi Chen <harry-chen@outlook.com> | not-needed | 2024-10-16 |