From 06403981e1f2daf6bbcf05f5f2d2205d68240861 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Mon, 13 May 2019 15:26:56 +0200 Subject: ppp: update to version 2.4.7.git-2019-05-06 fcb076c Various fixes for errors found by coverity static analysis (#109) d98ab38 Merge branch 'pppd_print_changes' of https://github.com/nlhintz/ppp into nlhintz-pppd_print_changes Signed-off-by: Hans Dedecker --- .../services/ppp/patches/140-pppoe_compile_fix.patch | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'package/network/services/ppp/patches/140-pppoe_compile_fix.patch') diff --git a/package/network/services/ppp/patches/140-pppoe_compile_fix.patch b/package/network/services/ppp/patches/140-pppoe_compile_fix.patch index e25c567033..6453ab12c2 100644 --- a/package/network/services/ppp/patches/140-pppoe_compile_fix.patch +++ b/package/network/services/ppp/patches/140-pppoe_compile_fix.patch @@ -1,6 +1,6 @@ --- a/pppd/plugins/rp-pppoe/pppoe.h +++ b/pppd/plugins/rp-pppoe/pppoe.h -@@ -52,11 +52,7 @@ +@@ -54,11 +54,7 @@ #include /* Ugly header files on some Linux boxes... */ @@ -12,7 +12,7 @@ #ifdef HAVE_NET_IF_TYPES_H #include -@@ -84,20 +80,7 @@ typedef unsigned long UINT32_t; +@@ -86,20 +82,7 @@ typedef unsigned long UINT32_t; #error Could not find a 32-bit integer type #endif @@ -34,14 +34,3 @@ /* Ethernet frame types according to RFC 2516 */ ---- a/pppd/plugins/rp-pppoe/Makefile.linux -+++ b/pppd/plugins/rp-pppoe/Makefile.linux -@@ -33,7 +33,7 @@ pppoe-discovery: pppoe-discovery.o debug - $(CC) $(LDFLAGS) -o pppoe-discovery pppoe-discovery.o debug.o - - pppoe-discovery.o: pppoe-discovery.c -- $(CC) $(CFLAGS) -c -o pppoe-discovery.o pppoe-discovery.c -+ $(CC) $(CFLAGS) -I../../.. -c -o pppoe-discovery.o pppoe-discovery.c - - debug.o: debug.c - $(CC) $(CFLAGS) -c -o debug.o debug.c -- cgit v1.2.3