source:
freewrt/package/ppp/patches/200-makefile.patch
| Last change on this file was 3689861, checked in by , 18 years ago | |
|---|---|
|
|
| File size: 1.3 KB | |
-
pppd/Makefile.linux
diff -Nur ppp-2.4.4.orig/pppd/Makefile.linux ppp-2.4.4/pppd/Makefile.linux
old new 48 48 # Uncomment the next line to include support for PPP packet filtering. 49 49 # This requires that the libpcap library and headers be installed 50 50 # and that the kernel driver support PPP packet filtering. 51 FILTER=y51 #FILTER=y 52 52 53 53 # Uncomment the next line to enable multilink PPP (enabled by default) 54 54 # Linux distributions: Please leave multilink ENABLED in your builds … … 58 58 # Uncomment the next line to enable the TDB database (enabled by default.) 59 59 # If you enable multilink, then TDB is automatically enabled also. 60 60 # Linux distributions: Please leave TDB ENABLED in your builds. 61 USE_TDB=y61 #USE_TDB=y 62 62 63 HAS_SHADOW=y63 #HAS_SHADOW=y 64 64 #USE_PAM=y 65 65 #HAVE_INET6=y 66 66 … … 77 77 78 78 INCLUDE_DIRS= -I../include 79 79 80 COMPILE_FLAGS= -DHAVE_PATHS_H -D IPX_CHANGE -DHAVE_MMAP80 COMPILE_FLAGS= -DHAVE_PATHS_H -DHAVE_MMAP 81 81 82 82 CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) '-DDESTDIR="@DESTDIR@"' 83 83 … … 117 117 #LIBS += -lshadow $(LIBS) 118 118 endif 119 119 120 ifneq ($(wildcard /usr/include/crypt.h),)121 120 CFLAGS += -DHAVE_CRYPT_H=1 122 121 LIBS += -lcrypt 123 endif124 122 125 123 ifdef NEEDDES 126 124 ifndef USE_CRYPT
Note:
See TracBrowser
for help on using the repository browser.
