English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/freewrt_1_0/package/ppp/patches/200-makefile.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3748 by dnehring, Thu Oct 4 13:41:05 2007 UTC revision 3749 by dnehring, Mon May 19 11:28:20 2008 UTC
# Line 1  Line 1 
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
# Line 29  diff -Nur ppp-2.4.3.orig/pppd/Makefile.l Line 29  diff -Nur ppp-2.4.3.orig/pppd/Makefile.l
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

Legend:
Removed from v.3748  
changed lines
  Added in v.3749

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20