From ca99a333e50ecb766d4cec6daa29883d7710fa00 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 14 Jun 2018 12:00:55 -0300 Subject: [PATCH] rp-pppoe: redo glibc patch Previous fix broke compilation with kernel < 4.8 Signed-off-by: Eneas U de Queiroz (cherry-picked from e40d67a48f6dc82c5e52f07859251460d6064a09) --- net/rp-pppoe/Makefile | 2 +- .../patches/140-glibc-avoid-include-linux_in.h.patch | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 3d6726b40a..8b11cea542 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rp-pppoe PKG_VERSION:=3.12 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_MAINTAINER:=Daniel Dickinson PKG_LICENSE:=LGPL-2.0+ diff --git a/net/rp-pppoe/patches/140-glibc-avoid-include-linux_in.h.patch b/net/rp-pppoe/patches/140-glibc-avoid-include-linux_in.h.patch index 0a766f97e6..de3244fddf 100644 --- a/net/rp-pppoe/patches/140-glibc-avoid-include-linux_in.h.patch +++ b/net/rp-pppoe/patches/140-glibc-avoid-include-linux_in.h.patch @@ -1,12 +1,12 @@ --- a/src/pppoe.h +++ b/src/pppoe.h -@@ -131,7 +131,9 @@ typedef unsigned long UINT32_t; - #include +@@ -132,6 +132,9 @@ typedef unsigned long UINT32_t; #endif -+#ifndef __GLIBC__ #include -+#endif ++/* avoid redefinitions if and get included. */ ++#define _LINUX_IN_H ++#define _LINUX_IN6_H #ifdef HAVE_NETINET_IF_ETHER_H #include