aports/community/passt/basename.patch
2024-05-12 22:56:58 +02:00

14 lines
467 B
Diff

See https://gitlab.alpinelinux.org/alpine/aports/-/issues/16106
diff -upr passt-2024_04_26.d03c4e2.orig/passt.c passt-2024_04_26.d03c4e2/passt.c
--- passt-2024_04_26.d03c4e2.orig/passt.c 2024-05-12 12:56:04.698201835 +0200
+++ passt-2024_04_26.d03c4e2/passt.c 2024-05-12 12:56:20.668243303 +0200
@@ -35,6 +35,7 @@
#include <syslog.h>
#include <sys/prctl.h>
#include <netinet/if_ether.h>
+#include <libgen.h>
#ifdef HAS_GETRANDOM
#include <sys/random.h>
#endif