Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
system-strlcpy.patch | use strlcpy provided by libbsd-dev | itd <itd@net.in.tum.de> | not-needed | vendor | 2024-03-16 | |
PATH_MAX-may-be-undefined.patch | PATH_MAX may be undefined (e.g. on Hurd) On some systems PATH_MAX is undefined. (Since POSIX does not require its presence.) In that case use _POSIX_PATH_MAX (lower bound for PATH_MAX). |
itd <itd@net.in.tum.de> | no | |||
set-prefix.patch | do not use /usr/local as prefix diff --git a/Makefile b/Makefile index 28c7781..4021a52 100644 |
itd <itd@net.in.tum.de> | not-needed | vendor | 2024-03-16 |