| 1 |
diff -Nur ppp-2.4.3.orig/pppd/Makefile.linux ppp-2.4.3/pppd/Makefile.linux |
| 2 |
--- ppp-2.4.3.orig/pppd/Makefile.linux 2004-11-13 13:02:22.000000000 +0100 |
| 3 |
+++ ppp-2.4.3/pppd/Makefile.linux 2007-10-04 09:12:52.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) |
| 33 |
|
| 34 |
@@ -117,12 +117,12 @@ |
| 35 |
#LIBS += -lshadow $(LIBS) |
| 36 |
endif |
| 37 |
|
| 38 |
-ifneq ($(wildcard /usr/include/crypt.h),) |
| 39 |
+#ifneq ($(wildcard /usr/include/crypt.h),) |
| 40 |
CFLAGS += -DHAVE_CRYPT_H=1 |
| 41 |
-endif |
| 42 |
-ifneq ($(wildcard /usr/lib/libcrypt.*),) |
| 43 |
+#endif |
| 44 |
+#ifneq ($(wildcard /usr/lib/libcrypt.*),) |
| 45 |
LIBS += -lcrypt |
| 46 |
-endif |
| 47 |
+#endif |
| 48 |
|
| 49 |
ifdef NEEDDES |
| 50 |
ifndef USE_CRYPT |