SOURCES: ppp-lib64.patch, ppp-make.patch - updated
arekm
arekm at pld-linux.org
Sun Jul 9 13:35:59 CEST 2006
Author: arekm Date: Sun Jul 9 11:35:59 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated
---- Files affected:
SOURCES:
ppp-lib64.patch (1.2 -> 1.3) , ppp-make.patch (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SOURCES/ppp-lib64.patch
diff -u SOURCES/ppp-lib64.patch:1.2 SOURCES/ppp-lib64.patch:1.3
--- SOURCES/ppp-lib64.patch:1.2 Sat Jan 8 23:50:39 2005
+++ SOURCES/ppp-lib64.patch Sun Jul 9 13:35:54 2006
@@ -1,53 +1,63 @@
---- ppp-2.4.2/pppd/pathnames.h.orig Sat Nov 9 12:24:42 2002
-+++ ppp-2.4.2/pppd/pathnames.h Wed Mar 31 12:06:06 2004
-@@ -55,5 +55,5 @@
- #endif /* __STDC__ */
+diff -urN ppp-2.4.4.org/pppd/pathnames.h ppp-2.4.4/pppd/pathnames.h
+--- ppp-2.4.4.org/pppd/pathnames.h 2005-08-26 01:59:34.000000000 +0200
++++ ppp-2.4.4/pppd/pathnames.h 2006-07-09 13:33:56.089093750 +0200
+@@ -57,9 +57,9 @@
#ifdef PLUGIN
--#define _PATH_PLUGIN "/usr/lib/pppd/" VERSION
-+#define _PATH_PLUGIN "/usr/lib64/pppd/" VERSION
+ #ifdef __STDC__
+-#define _PATH_PLUGIN DESTDIR "/lib/pppd/" VERSION
++#define _PATH_PLUGIN DESTDIR "/lib64/pppd/" VERSION
+ #else /* __STDC__ */
+-#define _PATH_PLUGIN "/usr/lib/pppd"
++#define _PATH_PLUGIN "/usr/lib64/pppd"
+ #endif /* __STDC__ */
+
#endif /* PLUGIN */
---- ppp-2.4.3/pppd/plugins/Makefile.linux.orig 2005-01-08 22:57:13.963437008 +0100
-+++ ppp-2.4.3/pppd/plugins/Makefile.linux 2005-01-08 23:18:08.407732488 +0100
+diff -urN ppp-2.4.4.org/pppd/plugins/Makefile.linux ppp-2.4.4/pppd/plugins/Makefile.linux
+--- ppp-2.4.4.org/pppd/plugins/Makefile.linux 2006-07-09 13:32:56.401363000 +0200
++++ ppp-2.4.4/pppd/plugins/Makefile.linux 2006-07-09 13:33:28.519370750 +0200
@@ -7,7 +7,7 @@
- DESTDIR = @DESTDIR@
+ DESTDIR = $(INSTROOT)@DESTDIR@
BINDIR = $(DESTDIR)/sbin
MANDIR = $(DESTDIR)/share/man/man8
-LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
+LIBDIR = $(DESTDIR)/lib64/pppd/$(VERSION)
- SUBDIRS := rp-pppoe pppoatm radius
+ SUBDIRS := rp-pppoe pppoatm
# Uncomment the next line to include the radius authentication plugin
---- ppp-2.4.3/pppd/plugins/radius/Makefile.linux.orig 2005-01-08 22:57:13.904445000 +0100
-+++ ppp-2.4.3/pppd/plugins/radius/Makefile.linux 2005-01-08 23:18:37.118367808 +0100
-@@ -5,7 +5,7 @@
+diff -urN ppp-2.4.4.org/pppd/plugins/pppoatm/Makefile.linux ppp-2.4.4/pppd/plugins/pppoatm/Makefile.linux
+--- ppp-2.4.4.org/pppd/plugins/pppoatm/Makefile.linux 2004-11-14 02:12:10.000000000 +0100
++++ ppp-2.4.4/pppd/plugins/pppoatm/Makefile.linux 2006-07-09 13:33:28.523371000 +0200
+@@ -7,7 +7,7 @@
+ #***********************************************************************
DESTDIR = @DESTDIR@
+-LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
++LIBDIR = $(DESTDIR)/lib64/pppd/$(VERSION)
+
+ VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)
+
+diff -urN ppp-2.4.4.org/pppd/plugins/radius/Makefile.linux ppp-2.4.4/pppd/plugins/radius/Makefile.linux
+--- ppp-2.4.4.org/pppd/plugins/radius/Makefile.linux 2006-07-09 13:32:56.401363000 +0200
++++ ppp-2.4.4/pppd/plugins/radius/Makefile.linux 2006-07-09 13:33:28.523371000 +0200
+@@ -5,7 +5,7 @@
+
+ DESTDIR = $(INSTROOT)@DESTDIR@
MANDIR = $(DESTDIR)/share/man/man8
-LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
+LIBDIR = $(DESTDIR)/lib64/pppd/$(VERSION)
VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)
---- ppp-2.4.3/pppd/plugins/rp-pppoe/Makefile.linux.orig 2005-01-08 22:57:13.906445000 +0100
-+++ ppp-2.4.3/pppd/plugins/rp-pppoe/Makefile.linux 2005-01-08 23:18:45.138148616 +0100
+diff -urN ppp-2.4.4.org/pppd/plugins/rp-pppoe/Makefile.linux ppp-2.4.4/pppd/plugins/rp-pppoe/Makefile.linux
+--- ppp-2.4.4.org/pppd/plugins/rp-pppoe/Makefile.linux 2006-07-09 13:32:56.401363000 +0200
++++ ppp-2.4.4/pppd/plugins/rp-pppoe/Makefile.linux 2006-07-09 13:33:28.523371000 +0200
@@ -15,7 +15,7 @@
- DESTDIR = @DESTDIR@
+ DESTDIR = $(INSTROOT)@DESTDIR@
BINDIR = $(DESTDIR)/sbin
-LIBDIR = $(DESTDIR)/lib/pppd/$(PPPDVERSION)
+LIBDIR = $(DESTDIR)/lib64/pppd/$(PPPDVERSION)
PPPDVERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)
-
---- ppp-2.4.3/pppd/plugins/pppoatm/Makefile.linux.orig 2004-11-14 02:12:10.000000000 +0100
-+++ ppp-2.4.3/pppd/plugins/pppoatm/Makefile.linux 2005-01-08 23:18:26.188029472 +0100
-@@ -7,7 +7,7 @@
- #***********************************************************************
-
- DESTDIR = @DESTDIR@
--LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
-+LIBDIR = $(DESTDIR)/lib64/pppd/$(VERSION)
-
- VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)
================================================================
Index: SOURCES/ppp-make.patch
diff -u SOURCES/ppp-make.patch:1.16 SOURCES/ppp-make.patch:1.17
--- SOURCES/ppp-make.patch:1.16 Thu Apr 13 19:34:47 2006
+++ SOURCES/ppp-make.patch Sun Jul 9 13:35:54 2006
@@ -1,6 +1,6 @@
-diff -urN ppp-2.4.3.org/chat/Makefile.linux ppp-2.4.3/chat/Makefile.linux
---- ppp-2.4.3.org/chat/Makefile.linux 2004-11-03 12:51:47.000000000 +0100
-+++ ppp-2.4.3/chat/Makefile.linux 2004-11-15 14:23:18.818290942 +0100
+diff -urN ppp-2.4.4.org/chat/Makefile.linux ppp-2.4.4/chat/Makefile.linux
+--- ppp-2.4.4.org/chat/Makefile.linux 2006-06-04 07:07:46.000000000 +0200
++++ ppp-2.4.4/chat/Makefile.linux 2006-07-09 13:28:04.831141500 +0200
@@ -10,7 +10,7 @@
CDEF4= -DFNDELAY=O_NDELAY # Old name value
CDEFS= $(CDEF1) $(CDEF2) $(CDEF3) $(CDEF4)
@@ -13,15 +13,15 @@
@@ -25,7 +25,7 @@
install: chat
- mkdir -p $(BINDIR)
+ mkdir -p $(BINDIR) $(MANDIR)
- $(INSTALL) -s -c chat $(BINDIR)
+ $(INSTALL) -c chat $(BINDIR)
$(INSTALL) -c -m 644 chat.8 $(MANDIR)
clean:
-diff -urN ppp-2.4.3.org/pppd/Makefile.linux ppp-2.4.3/pppd/Makefile.linux
---- ppp-2.4.3.org/pppd/Makefile.linux 2004-11-13 13:02:22.000000000 +0100
-+++ ppp-2.4.3/pppd/Makefile.linux 2004-11-15 14:21:24.219840972 +0100
+diff -urN ppp-2.4.4.org/pppd/Makefile.linux ppp-2.4.4/pppd/Makefile.linux
+--- ppp-2.4.4.org/pppd/Makefile.linux 2006-06-04 07:07:46.000000000 +0200
++++ ppp-2.4.4/pppd/Makefile.linux 2006-07-09 13:29:38.368987250 +0200
@@ -32,7 +32,7 @@
# CC = gcc
@@ -31,7 +31,7 @@
LIBS =
# Uncomment the next 2 lines to include support for Microsoft's
-@@ -62,16 +62,16 @@
+@@ -62,13 +62,13 @@
HAS_SHADOW=y
#USE_PAM=y
@@ -46,21 +46,8 @@
+CBCP=y
# Enable EAP SRP-SHA1 authentication (requires libsrp)
--#USE_SRP=y
-+#USE_SRP=y
-
- MAXOCTETS=y
-
-@@ -119,8 +119,6 @@
-
- ifneq ($(wildcard /usr/include/crypt.h),)
- CFLAGS += -DHAVE_CRYPT_H=1
--endif
--ifneq ($(wildcard /usr/lib/libcrypt.*),)
- LIBS += -lcrypt
- endif
-
-@@ -202,9 +200,7 @@
+ #USE_SRP=y
+@@ -200,9 +200,7 @@
install: pppd
mkdir -p $(BINDIR) $(MANDIR)
$(EXTRAINSTALL)
@@ -71,9 +58,9 @@
$(INSTALL) -c -m 444 pppd.8 $(MANDIR)
pppd: $(PPPDOBJS)
-diff -urN ppp-2.4.3.org/pppd/plugins/Makefile.linux ppp-2.4.3/pppd/plugins/Makefile.linux
---- ppp-2.4.3.org/pppd/plugins/Makefile.linux 2004-11-14 08:57:35.000000000 +0100
-+++ ppp-2.4.3/pppd/plugins/Makefile.linux 2004-11-15 14:23:52.454085262 +0100
+diff -urN ppp-2.4.4.org/pppd/plugins/Makefile.linux ppp-2.4.4/pppd/plugins/Makefile.linux
+--- ppp-2.4.4.org/pppd/plugins/Makefile.linux 2006-06-04 07:04:14.000000000 +0200
++++ ppp-2.4.4/pppd/plugins/Makefile.linux 2006-07-09 13:29:59.842329250 +0200
@@ -1,5 +1,5 @@
CC = gcc
-COPTS = -O2 -g
@@ -81,18 +68,9 @@
CFLAGS = $(COPTS) -I.. -I../../include -fPIC
LDFLAGS = -shared
INSTALL = install
-@@ -11,7 +11,7 @@
-
- SUBDIRS := rp-pppoe pppoatm radius
- # Uncomment the next line to include the radius authentication plugin
--# SUBDIRS += radius
-+SUBDIRS += radius
- PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so
-
- # include dependencies if present
-diff -urN ppp-2.4.3.org/pppd/plugins/radius/Makefile.linux ppp-2.4.3/pppd/plugins/radius/Makefile.linux
---- ppp-2.4.3.org/pppd/plugins/radius/Makefile.linux 2004-11-14 08:02:31.000000000 +0100
-+++ ppp-2.4.3/pppd/plugins/radius/Makefile.linux 2004-11-15 14:28:51.171092149 +0100
+diff -urN ppp-2.4.4.org/pppd/plugins/radius/Makefile.linux ppp-2.4.4/pppd/plugins/radius/Makefile.linux
+--- ppp-2.4.4.org/pppd/plugins/radius/Makefile.linux 2006-06-04 07:04:14.000000000 +0200
++++ ppp-2.4.4/pppd/plugins/radius/Makefile.linux 2006-07-09 13:30:31.928334500 +0200
@@ -12,7 +12,7 @@
INSTALL = install
@@ -102,7 +80,7 @@
# Uncomment the next line to include support for Microsoft's
# MS-CHAP authentication protocol.
-@@ -36,14 +36,14 @@
+@@ -36,9 +36,9 @@
install: all
$(INSTALL) -d -m 755 $(LIBDIR)
@@ -115,15 +93,9 @@
$(INSTALL) -c -m 444 pppd-radius.8 $(MANDIR)
$(INSTALL) -c -m 444 pppd-radattr.8 $(MANDIR)
- radius.so: radius.o libradiusclient.a
-- $(CC) -o radius.so -shared radius.o libradiusclient.a
-+ $(CC) -o radius.so -shared radius.o -lradiusclient
-
- radattr.so: radattr.o
- $(CC) -o radattr.so -shared radattr.o
-diff -urN ppp-2.4.3.org/pppd/plugins/rp-pppoe/Makefile.linux ppp-2.4.3/pppd/plugins/rp-pppoe/Makefile.linux
---- ppp-2.4.3.org/pppd/plugins/rp-pppoe/Makefile.linux 2004-11-14 08:58:37.000000000 +0100
-+++ ppp-2.4.3/pppd/plugins/rp-pppoe/Makefile.linux 2004-11-15 14:24:04.077595197 +0100
+diff -urN ppp-2.4.4.org/pppd/plugins/rp-pppoe/Makefile.linux ppp-2.4.4/pppd/plugins/rp-pppoe/Makefile.linux
+--- ppp-2.4.4.org/pppd/plugins/rp-pppoe/Makefile.linux 2006-06-04 07:07:46.000000000 +0200
++++ ppp-2.4.4/pppd/plugins/rp-pppoe/Makefile.linux 2006-07-09 13:30:55.833828500 +0200
@@ -24,7 +24,7 @@
# Version is set ONLY IN THE MAKEFILE! Don't delete this!
VERSION=3.3
@@ -133,9 +105,18 @@
CFLAGS=$(COPTS) -I../../../include/linux
all: rp-pppoe.so pppoe-discovery
-diff -urN ppp-2.4.3.org/pppdump/Makefile.linux ppp-2.4.3/pppdump/Makefile.linux
---- ppp-2.4.3.org/pppdump/Makefile.linux 2004-10-31 02:36:52.000000000 +0200
-+++ ppp-2.4.3/pppdump/Makefile.linux 2004-11-15 14:21:50.615186388 +0100
+@@ -39,7 +39,7 @@
+
+ install: all
+ $(INSTALL) -d -m 755 $(LIBDIR)
+- $(INSTALL) -s -c -m 4550 rp-pppoe.so $(LIBDIR)
++ $(INSTALL) -c -m 4550 rp-pppoe.so $(LIBDIR)
+ $(INSTALL) -d -m 755 $(BINDIR)
+ $(INSTALL) -s -c -m 555 pppoe-discovery $(BINDIR)
+
+diff -urN ppp-2.4.4.org/pppdump/Makefile.linux ppp-2.4.4/pppdump/Makefile.linux
+--- ppp-2.4.4.org/pppdump/Makefile.linux 2006-06-04 07:04:14.000000000 +0200
++++ ppp-2.4.4/pppdump/Makefile.linux 2006-07-09 13:31:16.499120000 +0200
@@ -2,7 +2,7 @@
BINDIR = $(DESTDIR)/sbin
MANDIR = $(DESTDIR)/share/man/man8
@@ -152,168 +133,9 @@
- $(INSTALL) -s -c pppdump $(BINDIR)
+ $(INSTALL) -c pppdump $(BINDIR)
$(INSTALL) -c -m 444 pppdump.8 $(MANDIR)
-diff -urN ppp-2.4.3.org/ppp-make.patch ppp-2.4.3/ppp-make.patch
---- ppp-2.4.3.org/ppp-make.patch 1970-01-01 01:00:00.000000000 +0100
-+++ ppp-2.4.3/ppp-make.patch 2004-03-31 11:58:35.000000000 +0200
-@@ -0,0 +1,155 @@
-+diff -urN ppp-2.4.2-20020809.org/linux/Makefile.top ppp-2.4.2-20020809/linux/Makefile.top
-+--- ppp-2.4.2-20020809.org/linux/Makefile.top Fri Aug 9 22:14:40 2002
-++++ ppp-2.4.2-20020809/linux/Makefile.top Sat Aug 10 00:31:18 2002
-+@@ -3,7 +3,7 @@
-+
-+ BINDIR = $(DESTDIR)/usr/sbin
-+ INCDIR = $(DESTDIR)/usr/include
-+-MANDIR = $(DESTDIR)/usr/man
-++MANDIR = $(DESTDIR)/usr/share/man
-+ ETCDIR = $(DESTDIR)/etc/ppp
-+
-+ # uid 0 = root
-+--- ppp-2.4.2/pppd/Makefile.linux.orig Thu Nov 27 22:55:19 2003
-++++ ppp-2.4.2/pppd/Makefile.linux Wed Mar 31 11:51:17 2004
-+@@ -31,7 +31,7 @@
-+
-+ # CC = gcc
-+ #
-+-COPTS = -O2 -pipe -Wall -g
-++COPTS = $(OPT_FLAGS) -pipe -Wall
-+ LIBS =
-+
-+ # Uncomment the next 2 lines to include support for Microsoft's
-+@@ -61,13 +61,13 @@
-+
-+ HAS_SHADOW=y
-+ #USE_PAM=y
-+-#HAVE_INET6=y
-++HAVE_INET6=y
-+
-+ # Enable plugins
-+ PLUGIN=y
-+
-+ # Enable Microsoft proprietary Callback Control Protocol
-+-#CBCP=y
-++CBCP=y
-+
-+ # Enable EAP SRP-SHA1 authentication (requires libsrp)
-+ #USE_SRP=y
-+@@ -118,8 +118,6 @@
-+
-+ ifneq ($(wildcard /usr/include/crypt.h),)
-+ CFLAGS += -DHAVE_CRYPT_H=1
-+-endif
-+-ifneq ($(wildcard /usr/lib/libcrypt.*),)
-+ LIBS += -lcrypt
-+ endif
-+
-+@@ -192,16 +190,14 @@
-+ CFLAGS += -DMAXOCTETS
-+ endif
-+
-+-INSTALL= install -o root
-++INSTALL= install
-+
-+ all: $(TARGETS)
-+
-+ install: pppd
-+ mkdir -p $(BINDIR) $(MANDIR)
-+- $(EXTRAINSTALL)
-+- $(INSTALL) -s -c -m 555 pppd $(BINDIR)/pppd
-+- if chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \
-+- chmod o-rx,u+s $(BINDIR)/pppd; fi
-++# $(EXTRAINSTALL)
-++ $(INSTALL) -c -m 555 pppd $(BINDIR)/pppd
-+ $(INSTALL) -c -m 444 pppd.8 $(MANDIR)/man8
-+
-+ pppd: $(PPPDOBJS)
-+diff -urN ppp-2.4.2-20020809.org/pppdump/Makefile.linux ppp-2.4.2-20020809/pppdump/Makefile.linux
-+--- ppp-2.4.2-20020809.org/pppdump/Makefile.linux Fri Aug 9 22:14:40 2002
-++++ ppp-2.4.2-20020809/pppdump/Makefile.linux Sat Aug 10 00:31:18 2002
-+@@ -13,5 +13,5 @@
-+
-+ install:
-+ mkdir -p $(BINDIR) $(MANDIR)/man8
-+- $(INSTALL) -s -c pppdump $(BINDIR)
-++ $(INSTALL) -c pppdump $(BINDIR)
-+ $(INSTALL) -c -m 444 pppdump.8 $(MANDIR)/man8
-+diff -urN ppp-2.4.2-20020809.org/pppstats/Makefile.linux ppp-2.4.2-20020809/pppstats/Makefile.linux
-+--- ppp-2.4.2-20020809.org/pppstats/Makefile.linux Fri Aug 9 22:14:40 2002
-++++ ppp-2.4.2-20020809/pppstats/Makefile.linux Sat Aug 10 00:31:18 2002
-+@@ -7,11 +7,11 @@
-+ PPPSTATOBJS = pppstats.o
-+
-+ #CC = gcc
-+-COPTS = -O
-++COPTS = $(OPT_FLAGS)
-+ COMPILE_FLAGS = -I../include
-+ LIBS =
-+
-+-INSTALL= install -o root -g daemon
-++INSTALL= install
-+
-+ CFLAGS = $(COPTS) $(COMPILE_FLAGS)
-+
-+@@ -19,7 +19,7 @@
-+
-+ install: pppstats
-+ -mkdir -p $(MANDIR)/man8
-+- $(INSTALL) -s -c pppstats $(BINDIR)/pppstats
-++ $(INSTALL) -c pppstats $(BINDIR)/pppstats
-+ $(INSTALL) -c -m 444 pppstats.8 $(MANDIR)/man8/pppstats.8
-+
-+ pppstats: $(PPPSTATSRCS)
-+--- ppp-2.4.2-20030613/pppd/plugins/radius/Makefile.linux.orig 2002-10-05 06:35:24.000000000 +0200
-++++ ppp-2.4.2-20030613/pppd/plugins/radius/Makefile.linux 2003-06-17 08:02:16.000000000 +0200
-+@@ -5,7 +5,7 @@
-+
-+ MANDIR=/usr/man
-+ PLUGIN=radius.so radattr.so radrealms.so
-+-CFLAGS=-I../.. -I../../../include -Iradiusclient/include -O2
-++CFLAGS=-I../.. -I../../../include -Iradiusclient/include $(OPT_FLAGS)
-+
-+ # Uncomment the next line to include support for Microsoft's
-+ # MS-CHAP authentication protocol.
-+--- ppp-2.4.2/chat/Makefile.linux.orig 2004-01-13 04:57:55.000000000 +0100
-++++ ppp-2.4.2/chat/Makefile.linux 2004-02-08 12:01:47.000000000 +0100
-+@@ -6,7 +6,7 @@
-+ CDEF4= -DFNDELAY=O_NDELAY # Old name value
-+ CDEFS= $(CDEF1) $(CDEF2) $(CDEF3) $(CDEF4)
-+
-+-COPTS= -O2 -g -pipe $(CDEFS)
-++COPTS= $(OPT_FLAGS) -pipe $(CDEFS)
-+ CFLAGS= $(COPTS) $(CDEFS)
-+
-+ INSTALL= install
-+--- ppp-2.4.2/pppd/plugins/Makefile.linux.orig 2004-01-13 04:56:24.000000000 +0100
-++++ ppp-2.4.2/pppd/plugins/Makefile.linux 2004-02-08 12:04:45.000000000 +0100
-+@@ -1,12 +1,12 @@
-+ CC = gcc
-+-COPTS = -O2 -g
-++COPTS = $(OPT_FLAGS)
-+ CFLAGS = $(COPTS) -I.. -I../../include -fPIC
-+ LDFLAGS = -shared
-+-INSTALL = install -o root
-++INSTALL = install
-+
-+ SUBDIRS := rp-pppoe
-+ # Uncomment the next line to include the radius authentication plugin
-+-# SUBDIRS += radius
-++SUBDIRS += radius
-+ PLUGINS := minconn.so passprompt.so passwordfd.so
-+
-+ # include dependencies if present
-+--- ppp-2.4.2/pppd/plugins/rp-pppoe/Makefile.linux.orig 2004-01-13 04:57:55.000000000 +0100
-++++ ppp-2.4.2/pppd/plugins/rp-pppoe/Makefile.linux 2004-02-08 12:06:47.000000000 +0100
-+@@ -16,7 +16,7 @@
-+ # Version is set ONLY IN THE MAKEFILE! Don't delete this!
-+ VERSION=3.3
-+
-+-COPTS=-O2 -g
-++COPTS=$(OPT_FLAGS)
-+ CFLAGS=$(COPTS) -I../../../include/linux
-+ all: rp-pppoe.so
-+
-diff -urN ppp-2.4.3.org/pppstats/Makefile.linux ppp-2.4.3/pppstats/Makefile.linux
---- ppp-2.4.3.org/pppstats/Makefile.linux 2004-10-31 23:09:03.000000000 +0100
-+++ ppp-2.4.3/pppstats/Makefile.linux 2004-11-15 14:22:16.616616192 +0100
+diff -urN ppp-2.4.4.org/pppstats/Makefile.linux ppp-2.4.4/pppstats/Makefile.linux
+--- ppp-2.4.4.org/pppstats/Makefile.linux 2006-06-04 07:07:46.000000000 +0200
++++ ppp-2.4.4/pppstats/Makefile.linux 2006-07-09 13:31:41.380675000 +0200
@@ -10,7 +10,7 @@
PPPSTATOBJS = pppstats.o
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/ppp-lib64.patch?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SOURCES/ppp-make.patch?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list