summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ppp/ppp/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/ppp/ppp/makefile.patch')
-rw-r--r--meta/recipes-connectivity/ppp/ppp/makefile.patch115
1 files changed, 0 insertions, 115 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp/makefile.patch b/meta/recipes-connectivity/ppp/ppp/makefile.patch
deleted file mode 100644
index 25b8ded441..0000000000
--- a/meta/recipes-connectivity/ppp/ppp/makefile.patch
+++ /dev/null
@@ -1,115 +0,0 @@
1From f7fb1d1abfa6d208fb40fca1602e0c488108f1b5 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard@openedhand.com>
3Date: Wed, 31 Aug 2005 10:45:47 +0000
4Subject: [PATCH] Initial population
5
6The patch comes from OpenEmbedded
7Rebased for ppp-2.4.5. Dongxiao Xu <dongxiao.xu@intel.com>
8
9Upstream-Status: Inappropriate [configuration]
10
11---
12 chat/Makefile.linux | 2 +-
13 pppd/Makefile.linux | 4 ++--
14 pppd/plugins/radius/Makefile.linux | 10 +++++-----
15 pppd/plugins/rp-pppoe/Makefile.linux | 4 ++--
16 pppdump/Makefile.linux | 2 +-
17 pppstats/Makefile.linux | 2 +-
18 6 files changed, 12 insertions(+), 12 deletions(-)
19
20diff --git a/chat/Makefile.linux b/chat/Makefile.linux
21index 0732ec8..f082dab 100644
22--- a/chat/Makefile.linux
23+++ b/chat/Makefile.linux
24@@ -25,7 +25,7 @@ chat.o: chat.c
25
26 install: chat
27 mkdir -p $(BINDIR) $(MANDIR)
28- $(INSTALL) -s -c chat $(BINDIR)
29+ $(INSTALL) -c chat $(BINDIR)
30 $(INSTALL) -c -m 644 chat.8 $(MANDIR)
31
32 clean:
33diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
34index 9664f70..4e485a1 100644
35--- a/pppd/Makefile.linux
36+++ b/pppd/Makefile.linux
37@@ -107,7 +107,7 @@ ifdef USE_SRP
38 CFLAGS += -DUSE_SRP -DOPENSSL -I/usr/local/ssl/include
39 LIBS += -lsrp -L/usr/local/ssl/lib -lcrypto
40 TARGETS += srp-entry
41-EXTRAINSTALL = $(INSTALL) -s -c -m 555 srp-entry $(BINDIR)/srp-entry
42+EXTRAINSTALL = $(INSTALL) -c -m 555 srp-entry $(BINDIR)/srp-entry
43 MANPAGES += srp-entry.8
44 EXTRACLEAN += srp-entry.o
45 NEEDDES=y
46@@ -219,7 +219,7 @@ all: $(TARGETS)
47 install: pppd
48 mkdir -p $(BINDIR) $(MANDIR)
49 $(EXTRAINSTALL)
50- $(INSTALL) -s -c -m 555 pppd $(BINDIR)/pppd
51+ $(INSTALL) -c -m 555 pppd $(BINDIR)/pppd
52 if chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \
53 chmod o-rx,u+s $(BINDIR)/pppd; fi
54 $(INSTALL) -c -m 444 pppd.8 $(MANDIR)
55diff --git a/pppd/plugins/radius/Makefile.linux b/pppd/plugins/radius/Makefile.linux
56index e702263..af57ae3 100644
57--- a/pppd/plugins/radius/Makefile.linux
58+++ b/pppd/plugins/radius/Makefile.linux
59@@ -36,11 +36,11 @@ all: $(PLUGIN)
60
61 install: all
62 $(INSTALL) -d -m 755 $(LIBDIR)
63- $(INSTALL) -s -c -m 755 radius.so $(LIBDIR)
64- $(INSTALL) -s -c -m 755 radattr.so $(LIBDIR)
65- $(INSTALL) -s -c -m 755 radrealms.so $(LIBDIR)
66- $(INSTALL) -c -m 444 pppd-radius.8 $(MANDIR)
67- $(INSTALL) -c -m 444 pppd-radattr.8 $(MANDIR)
68+ $(INSTALL) -c -m 755 radius.so $(LIBDIR)
69+ $(INSTALL) -c -m 755 radattr.so $(LIBDIR)
70+ $(INSTALL) -c -m 755 radrealms.so $(LIBDIR)
71+ $(INSTALL) -m 444 pppd-radius.8 $(MANDIR)
72+ $(INSTALL) -m 444 pppd-radattr.8 $(MANDIR)
73
74 radius.so: radius.o libradiusclient.a
75 $(CC) $(LDFLAGS) -o radius.so -shared radius.o libradiusclient.a
76diff --git a/pppd/plugins/rp-pppoe/Makefile.linux b/pppd/plugins/rp-pppoe/Makefile.linux
77index 749ccc2..2c93f4a 100644
78--- a/pppd/plugins/rp-pppoe/Makefile.linux
79+++ b/pppd/plugins/rp-pppoe/Makefile.linux
80@@ -43,9 +43,9 @@ rp-pppoe.so: plugin.o discovery.o if.o common.o
81
82 install: all
83 $(INSTALL) -d -m 755 $(LIBDIR)
84- $(INSTALL) -s -c -m 4550 rp-pppoe.so $(LIBDIR)
85+ $(INSTALL) -c -m 4550 rp-pppoe.so $(LIBDIR)
86 $(INSTALL) -d -m 755 $(BINDIR)
87- $(INSTALL) -s -c -m 555 pppoe-discovery $(BINDIR)
88+ $(INSTALL) -c -m 555 pppoe-discovery $(BINDIR)
89
90 clean:
91 rm -f *.o *.so pppoe-discovery
92diff --git a/pppdump/Makefile.linux b/pppdump/Makefile.linux
93index cdf7ac4..0457561 100644
94--- a/pppdump/Makefile.linux
95+++ b/pppdump/Makefile.linux
96@@ -17,5 +17,5 @@ clean:
97
98 install:
99 mkdir -p $(BINDIR) $(MANDIR)
100- $(INSTALL) -s -c pppdump $(BINDIR)
101+ $(INSTALL) -c pppdump $(BINDIR)
102 $(INSTALL) -c -m 444 pppdump.8 $(MANDIR)
103diff --git a/pppstats/Makefile.linux b/pppstats/Makefile.linux
104index 71afbe6..1819370 100644
105--- a/pppstats/Makefile.linux
106+++ b/pppstats/Makefile.linux
107@@ -22,7 +22,7 @@ all: pppstats
108
109 install: pppstats
110 -mkdir -p $(MANDIR)
111- $(INSTALL) -s -c pppstats $(BINDIR)
112+ $(INSTALL) -c pppstats $(BINDIR)
113 $(INSTALL) -c -m 444 pppstats.8 $(MANDIR)
114
115 pppstats: $(PPPSTATSRCS)