English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/freewrt_1_0/package/ppp/patches/203-no_strip.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3748 by wbx, Thu Sep 28 10:42:55 2006 UTC revision 3749 by dnehring, Mon May 19 11:28:20 2008 UTC
# Line 1  Line 1 
1  diff -ruN ppp-2.4.3-orig/chat/Makefile.linux ppp-2.4.3-3/chat/Makefile.linux  diff -Nur ppp-2.4.4.orig/chat/Makefile.linux ppp-2.4.4/chat/Makefile.linux
2  --- ppp-2.4.3-orig/chat/Makefile.linux  2004-11-03 12:51:47.000000000 +0100  --- ppp-2.4.4.orig/chat/Makefile.linux  2006-06-04 07:07:46.000000000 +0200
3  +++ ppp-2.4.3-3/chat/Makefile.linux     2004-12-05 17:42:43.000000000 +0100  +++ ppp-2.4.4/chat/Makefile.linux       2006-12-04 14:17:39.000000000 +0100
4  @@ -25,7 +25,7 @@  @@ -25,7 +25,7 @@
5    
6   install: chat   install: chat
7          mkdir -p $(BINDIR)          mkdir -p $(BINDIR) $(MANDIR)
8  -       $(INSTALL) -s -c chat $(BINDIR)  -       $(INSTALL) -s -c chat $(BINDIR)
9  +       $(INSTALL) -c chat $(BINDIR)  +       $(INSTALL) -c chat $(BINDIR)
10          $(INSTALL) -c -m 644 chat.8 $(MANDIR)          $(INSTALL) -c -m 644 chat.8 $(MANDIR)
11    
12   clean:   clean:
13  diff -ruN ppp-2.4.3-orig/pppd/Makefile.linux ppp-2.4.3-3/pppd/Makefile.linux  diff -Nur ppp-2.4.4.orig/pppd/Makefile.linux ppp-2.4.4/pppd/Makefile.linux
14  --- ppp-2.4.3-orig/pppd/Makefile.linux  2004-11-13 13:02:22.000000000 +0100  --- ppp-2.4.4.orig/pppd/Makefile.linux  2006-06-04 07:07:46.000000000 +0200
15  +++ ppp-2.4.3-3/pppd/Makefile.linux     2004-12-16 04:43:41.000000000 +0100  +++ ppp-2.4.4/pppd/Makefile.linux       2006-12-04 14:17:39.000000000 +0100
16  @@ -99,7 +99,7 @@  @@ -99,7 +99,7 @@
17   CFLAGS += -DUSE_SRP -DOPENSSL -I/usr/local/ssl/include   CFLAGS += -DUSE_SRP -DOPENSSL -I/usr/local/ssl/include
18   LIBS   += -lsrp -L/usr/local/ssl/lib -lcrypto   LIBS   += -lsrp -L/usr/local/ssl/lib -lcrypto
# Line 22  diff -ruN ppp-2.4.3-orig/pppd/Makefile.l Line 22  diff -ruN ppp-2.4.3-orig/pppd/Makefile.l
22   MANPAGES += srp-entry.8   MANPAGES += srp-entry.8
23   EXTRACLEAN += srp-entry.o   EXTRACLEAN += srp-entry.o
24   NEEDDES=y   NEEDDES=y
25  @@ -202,7 +202,7 @@  @@ -200,7 +200,7 @@
26   install: pppd   install: pppd
27          mkdir -p $(BINDIR) $(MANDIR)          mkdir -p $(BINDIR) $(MANDIR)
28          $(EXTRAINSTALL)          $(EXTRAINSTALL)
# Line 31  diff -ruN ppp-2.4.3-orig/pppd/Makefile.l Line 31  diff -ruN ppp-2.4.3-orig/pppd/Makefile.l
31          if chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \          if chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \
32            chmod o-rx,u+s $(BINDIR)/pppd; fi            chmod o-rx,u+s $(BINDIR)/pppd; fi
33          $(INSTALL) -c -m 444 pppd.8 $(MANDIR)          $(INSTALL) -c -m 444 pppd.8 $(MANDIR)
34  diff -ruN ppp-2.4.3-orig/pppd/plugins/radius/Makefile.linux ppp-2.4.3-3/pppd/plugins/radius/Makefile.linux  diff -Nur ppp-2.4.4.orig/pppd/plugins/radius/Makefile.linux ppp-2.4.4/pppd/plugins/radius/Makefile.linux
35  --- ppp-2.4.3-orig/pppd/plugins/radius/Makefile.linux   2004-11-14 08:02:31.000000000 +0100  --- ppp-2.4.4.orig/pppd/plugins/radius/Makefile.linux   2006-06-04 07:04:14.000000000 +0200
36  +++ ppp-2.4.3-3/pppd/plugins/radius/Makefile.linux      2004-12-05 17:43:17.000000000 +0100  +++ ppp-2.4.4/pppd/plugins/radius/Makefile.linux        2006-12-04 14:17:39.000000000 +0100
37  @@ -36,9 +37,9 @@  @@ -36,9 +36,9 @@
38    
39   install: all   install: all
40          $(INSTALL) -d -m 755 $(LIBDIR)          $(INSTALL) -d -m 755 $(LIBDIR)
# Line 47  diff -ruN ppp-2.4.3-orig/pppd/plugins/ra Line 47  diff -ruN ppp-2.4.3-orig/pppd/plugins/ra
47          $(INSTALL) -c -m 444 pppd-radius.8 $(MANDIR)          $(INSTALL) -c -m 444 pppd-radius.8 $(MANDIR)
48          $(INSTALL) -c -m 444 pppd-radattr.8 $(MANDIR)          $(INSTALL) -c -m 444 pppd-radattr.8 $(MANDIR)
49    
50  diff -ruN ppp-2.4.3-orig/pppd/plugins/rp-pppoe/Makefile.linux ppp-2.4.3-3/pppd/plugins/rp-pppoe/Makefile.linux  diff -Nur ppp-2.4.4.orig/pppd/plugins/rp-pppoe/Makefile.linux ppp-2.4.4/pppd/plugins/rp-pppoe/Makefile.linux
51  --- ppp-2.4.3-orig/pppd/plugins/rp-pppoe/Makefile.linux 2004-11-14 08:58:37.000000000 +0100  --- ppp-2.4.4.orig/pppd/plugins/rp-pppoe/Makefile.linux 2006-06-04 07:07:46.000000000 +0200
52  +++ ppp-2.4.3-3/pppd/plugins/rp-pppoe/Makefile.linux    2004-12-05 17:43:23.000000000 +0100  +++ ppp-2.4.4/pppd/plugins/rp-pppoe/Makefile.linux      2006-12-04 14:17:39.000000000 +0100
53  @@ -39,9 +39,9 @@  @@ -39,9 +39,9 @@
54    
55   install: all   install: all
# Line 62  diff -ruN ppp-2.4.3-orig/pppd/plugins/rp Line 62  diff -ruN ppp-2.4.3-orig/pppd/plugins/rp
62    
63   clean:   clean:
64          rm -f *.o *.so          rm -f *.o *.so
65  diff -ruN ppp-2.4.3-orig/pppdump/Makefile.linux ppp-2.4.3-3/pppdump/Makefile.linux  diff -Nur ppp-2.4.4.orig/pppdump/Makefile.linux ppp-2.4.4/pppdump/Makefile.linux
66  --- ppp-2.4.3-orig/pppdump/Makefile.linux       2004-10-31 02:36:52.000000000 +0200  --- ppp-2.4.4.orig/pppdump/Makefile.linux       2006-06-04 07:04:14.000000000 +0200
67  +++ ppp-2.4.3-3/pppdump/Makefile.linux  2004-12-05 17:50:34.000000000 +0100  +++ ppp-2.4.4/pppdump/Makefile.linux    2006-12-04 14:17:39.000000000 +0100
68  @@ -17,5 +18,5 @@  @@ -17,5 +17,5 @@
69    
70   install:   install:
71          mkdir -p $(BINDIR) $(MANDIR)          mkdir -p $(BINDIR) $(MANDIR)
72  -       $(INSTALL) -s -c pppdump $(BINDIR)  -       $(INSTALL) -s -c pppdump $(BINDIR)
73  +       $(INSTALL) -c pppdump $(BINDIR)  +       $(INSTALL) -c pppdump $(BINDIR)
74          $(INSTALL) -c -m 444 pppdump.8 $(MANDIR)          $(INSTALL) -c -m 444 pppdump.8 $(MANDIR)
75  diff -ruN ppp-2.4.3-orig/pppstats/Makefile.linux ppp-2.4.3-3/pppstats/Makefile.linux  diff -Nur ppp-2.4.4.orig/pppstats/Makefile.linux ppp-2.4.4/pppstats/Makefile.linux
76  --- ppp-2.4.3-orig/pppstats/Makefile.linux      2004-10-31 23:09:03.000000000 +0100  --- ppp-2.4.4.orig/pppstats/Makefile.linux      2006-06-04 07:07:46.000000000 +0200
77  +++ ppp-2.4.3-3/pppstats/Makefile.linux 2004-12-05 17:43:38.000000000 +0100  +++ ppp-2.4.4/pppstats/Makefile.linux   2006-12-04 14:17:39.000000000 +0100
78  @@ -22,7 +22,7 @@  @@ -22,7 +22,7 @@
79    
80   install: pppstats   install: pppstats

Legend:
Removed from v.3748  
changed lines
  Added in v.3749

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20