| 1 |
diff -Nur ppp-2.4.3.orig/pppd/Makefile.linux ppp-2.4.3/pppd/Makefile.linux |
diff -Nur ppp-2.4.4.orig/pppd/Makefile.linux ppp-2.4.4/pppd/Makefile.linux |
| 2 |
--- 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 |
| 3 |
+++ ppp-2.4.3/pppd/Makefile.linux 2007-10-04 09:12:52.000000000 +0200 |
+++ ppp-2.4.4/pppd/Makefile.linux 2007-10-04 08:53:26.000000000 +0200 |
| 4 |
@@ -48,7 +48,7 @@ |
@@ -48,7 +48,7 @@ |
| 5 |
# Uncomment the next line to include support for PPP packet filtering. |
# Uncomment the next line to include support for PPP packet filtering. |
| 6 |
# This requires that the libpcap library and headers be installed |
# This requires that the libpcap library and headers be installed |
| 29 |
-COMPILE_FLAGS= -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP |
-COMPILE_FLAGS= -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP |
| 30 |
+COMPILE_FLAGS= -DHAVE_PATHS_H -DHAVE_MMAP |
+COMPILE_FLAGS= -DHAVE_PATHS_H -DHAVE_MMAP |
| 31 |
|
|
| 32 |
CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) |
CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) '-DDESTDIR="@DESTDIR@"' |
| 33 |
|
|
| 34 |
@@ -117,12 +117,12 @@ |
@@ -117,10 +117,8 @@ |
| 35 |
#LIBS += -lshadow $(LIBS) |
#LIBS += -lshadow $(LIBS) |
| 36 |
endif |
endif |
| 37 |
|
|
| 38 |
-ifneq ($(wildcard /usr/include/crypt.h),) |
-ifneq ($(wildcard /usr/include/crypt.h),) |
| 39 |
+#ifneq ($(wildcard /usr/include/crypt.h),) |
CFLAGS += -DHAVE_CRYPT_H=1 |
|
CFLAGS += -DHAVE_CRYPT_H=1 |
|
|
-endif |
|
|
-ifneq ($(wildcard /usr/lib/libcrypt.*),) |
|
|
+#endif |
|
|
+#ifneq ($(wildcard /usr/lib/libcrypt.*),) |
|
| 40 |
LIBS += -lcrypt |
LIBS += -lcrypt |
| 41 |
-endif |
-endif |
|
+#endif |
|
| 42 |
|
|
| 43 |
ifdef NEEDDES |
ifdef NEEDDES |
| 44 |
ifndef USE_CRYPT |
ifndef USE_CRYPT |