| 1 |
diff -Nur ppp-2.4.4.orig/pppd/Makefile.linux ppp-2.4.4/pppd/Makefile.linux |
| 2 |
--- ppp-2.4.4.orig/pppd/Makefile.linux 2006-06-04 07:07:46.000000000 +0200 |
| 3 |
+++ ppp-2.4.4/pppd/Makefile.linux 2007-10-04 08:53:26.000000000 +0200 |
| 4 |
@@ -48,7 +48,7 @@ |
| 5 |
# Uncomment the next line to include support for PPP packet filtering. |
| 6 |
# This requires that the libpcap library and headers be installed |
| 7 |
# and that the kernel driver support PPP packet filtering. |
| 8 |
-FILTER=y |
| 9 |
+#FILTER=y |
| 10 |
|
| 11 |
# Uncomment the next line to enable multilink PPP (enabled by default) |
| 12 |
# Linux distributions: Please leave multilink ENABLED in your builds |
| 13 |
@@ -58,9 +58,9 @@ |
| 14 |
# Uncomment the next line to enable the TDB database (enabled by default.) |
| 15 |
# If you enable multilink, then TDB is automatically enabled also. |
| 16 |
# Linux distributions: Please leave TDB ENABLED in your builds. |
| 17 |
-USE_TDB=y |
| 18 |
+#USE_TDB=y |
| 19 |
|
| 20 |
-HAS_SHADOW=y |
| 21 |
+#HAS_SHADOW=y |
| 22 |
#USE_PAM=y |
| 23 |
#HAVE_INET6=y |
| 24 |
|
| 25 |
@@ -77,7 +77,7 @@ |
| 26 |
|
| 27 |
INCLUDE_DIRS= -I../include |
| 28 |
|
| 29 |
-COMPILE_FLAGS= -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP |
| 30 |
+COMPILE_FLAGS= -DHAVE_PATHS_H -DHAVE_MMAP |
| 31 |
|
| 32 |
CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) '-DDESTDIR="@DESTDIR@"' |
| 33 |
|
| 34 |
@@ -117,10 +117,8 @@ |
| 35 |
#LIBS += -lshadow $(LIBS) |
| 36 |
endif |
| 37 |
|
| 38 |
-ifneq ($(wildcard /usr/include/crypt.h),) |
| 39 |
CFLAGS += -DHAVE_CRYPT_H=1 |
| 40 |
LIBS += -lcrypt |
| 41 |
-endif |
| 42 |
|
| 43 |
ifdef NEEDDES |
| 44 |
ifndef USE_CRYPT |