diff options
Diffstat (limited to 'meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/0001-ppoe-Dont-include-linux-if_ether.h.patch')
-rw-r--r-- | meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/0001-ppoe-Dont-include-linux-if_ether.h.patch | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/0001-ppoe-Dont-include-linux-if_ether.h.patch b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/0001-ppoe-Dont-include-linux-if_ether.h.patch index 11356ce3f7..7601f0d325 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/0001-ppoe-Dont-include-linux-if_ether.h.patch +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe-3.12/0001-ppoe-Dont-include-linux-if_ether.h.patch | |||
@@ -1,11 +1,12 @@ | |||
1 | From 8d4d452d733bac8c5b55a90bddec8cc323cc9fa8 Mon Sep 17 00:00:00 2001 | 1 | From fdb64d21560bfdafeefccc7d20e105e4857faa99 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Tue, 28 Mar 2017 19:20:07 -0700 | 3 | Date: Tue, 28 Mar 2017 19:20:07 -0700 |
4 | Subject: [PATCH 1/2] ppoe: Dont include linux/if_ether.h | 4 | Subject: [PATCH] ppoe: Dont include linux/if_ether.h |
5 | 5 | ||
6 | Fixes build with musl | 6 | Fixes build with musl |
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | |||
9 | --- | 10 | --- |
10 | src/pppoe.h | 4 ---- | 11 | src/pppoe.h | 4 ---- |
11 | 1 file changed, 4 deletions(-) | 12 | 1 file changed, 4 deletions(-) |
@@ -25,6 +26,3 @@ index ec067a0..281879c 100644 | |||
25 | #include <netinet/in.h> | 26 | #include <netinet/in.h> |
26 | 27 | ||
27 | #ifdef HAVE_NETINET_IF_ETHER_H | 28 | #ifdef HAVE_NETINET_IF_ETHER_H |
28 | -- | ||
29 | 2.12.1 | ||
30 | |||