mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Refreshed patches. Use libtirpc to fix missing bindresvport. It's not actually used. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
188 B
Diff
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 */
|
|
|