summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ppp/ppp/makefile-remove-hard-usr-reference.patch
blob: 614a474c37b7ead50551b95bc16a9af4f71b05ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From 505705d0e1b55ce3fdc10d0e5eab5488f869adb6 Mon Sep 17 00:00:00 2001
From: Andreas Oberritter <obi@opendreambox.org>
Date: Thu, 1 Jul 2010 14:34:12 +0800
Subject: [PATCH] ppp: Upgraded to version 2.4.5

The patch comes from OpenEmbedded.
Rebased for ppp-2.4.5. Dongxiao Xu <dongxiao.xu@intel.com>

Updated from OE-Classic to include the pcap hunk.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>

Upstream-Status: Inappropriate [configuration]

---
 pppd/Makefile.linux | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
index 4e485a1..44c4193 100644
--- a/pppd/Makefile.linux
+++ b/pppd/Makefile.linux
@@ -188,10 +188,10 @@ LIBS	+= -ldl
 endif
 
 ifdef FILTER
-ifneq ($(wildcard /usr/include/pcap-bpf.h),)
+#ifneq ($(wildcard /usr/include/pcap-bpf.h),)
 LIBS    += -lpcap
 CFLAGS  += -DPPP_FILTER
-endif
+#endif
 endif
 
 ifdef HAVE_INET6