diff options
author | Michael Heimpold <mhei@heimpold.de> | 2023-10-29 21:51:27 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2023-10-29 21:51:27 +0100 |
commit | 91fe351a2d69483dbe0b38526a02a534e0edc234 (patch) | |
tree | dcb0adb8c16fb597f24b4adf21b8899051cb865e /net/gensio/patches | |
parent | e8914a2a5762392f444afb9bbe86b429cda4ca29 (diff) |
gensio: update to 2.7.6
Also disable probably rarely used features to
lower the library footprint.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'net/gensio/patches')
-rw-r--r-- | net/gensio/patches/100-musl-compat.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/gensio/patches/100-musl-compat.patch b/net/gensio/patches/100-musl-compat.patch deleted file mode 100644 index da61fe741..000000000 --- a/net/gensio/patches/100-musl-compat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/tools/gensiotool.c -+++ b/tools/gensiotool.c -@@ -44,7 +44,7 @@ - #include <signal.h> - #include <errno.h> - #include <sys/types.h> --#include <sys/unistd.h> -+#include <unistd.h> - #include <syslog.h> - #endif - |