From: Michael Tremer Date: Fri, 30 Jul 2010 07:41:29 +0000 (+0200) Subject: pptp: Patch to fix build on linux systems. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eadd9921208482bfd4ef6d311f8e964c09612695;p=ipfire-3.x.git pptp: Patch to fix build on linux systems. --- diff --git a/pkgs/core/pptp/patches/pptp-1.7.2-pptp-compat.patch b/pkgs/core/pptp/patches/pptp-1.7.2-pptp-compat.patch new file mode 100644 index 000000000..56d6b0af1 --- /dev/null +++ b/pkgs/core/pptp/patches/pptp-1.7.2-pptp-compat.patch @@ -0,0 +1,18 @@ +--- a/pptp_compat.c 2008/07/24 05:53:05 1.2 ++++ b/pptp_compat.c 2008/07/25 00:13:56 1.3 +@@ -8,12 +8,14 @@ + #include + #include + #include ++#if defined (__SVR4) && defined (__sun) /* Solaris */ ++#include ++#endif + #include + #include "pptp_compat.h" + #include + #include "util.h" + +- + #if defined (__SVR4) && defined (__sun) /* Solaris */ + /* + * daemon implementation from uClibc