Files
packages/net/dante/patches/010-gcc14.patch
Rosen Penev 0a5786e15e dante: update to 1.4.4
Refreshed patches.

Use libtirpc to fix missing bindresvport. It's not actually used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2025-01-06 18:50:24 -08:00

11 lines
188 B
Diff

--- a/include/osdep.h
+++ b/include/osdep.h
@@ -218,6 +218,7 @@
#endif /* HAVE_STDDEF_H */
#if HAVE_PTHREAD_H
+#define _GNU_SOURCE
#include <pthread.h>
#endif /* HAVE_PTHREAD_H */