You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-vpn/pptpd/files/pptpd-1.4.0-musl.patch

17 lines
381 B

Modified patch from Alpine Linux
https://git.alpinelinux.org/aports/plain/main/pptpd/fix_MSG_TRYHARD.patch
--- a/bcrelay.c
+++ b/bcrelay.c
@@ -103,6 +103,10 @@
#include "our_syslog.h"
#include "our_getopt.h"
+#ifndef MSG_TRYHARD
+ #define MSG_TRYHARD MSG_DONTROUTE
+#endif
+
//#define VERSION "1.0"
/* uncomment if you compile this without poptop's configure script */