source: freewrt/package/ppp/patches/200-makefile.patch

freewrt_2_0
Last change on this file was 3689861, checked in by Dirk Nehring <dnehring@…>, 18 years ago

Latest release

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3749 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
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  
    4848# Uncomment the next line to include support for PPP packet filtering.
    4949# This requires that the libpcap library and headers be installed
    5050# and that the kernel driver support PPP packet filtering.
    51 FILTER=y
     51#FILTER=y
    5252
    5353# Uncomment the next line to enable multilink PPP (enabled by default)
    5454# Linux distributions: Please leave multilink ENABLED in your builds
     
    5858# Uncomment the next line to enable the TDB database (enabled by default.)
    5959# If you enable multilink, then TDB is automatically enabled also.
    6060# Linux distributions: Please leave TDB ENABLED in your builds.
    61 USE_TDB=y
     61#USE_TDB=y
    6262
    63 HAS_SHADOW=y
     63#HAS_SHADOW=y
    6464#USE_PAM=y
    6565#HAVE_INET6=y
    6666
     
    7777
    7878INCLUDE_DIRS= -I../include
    7979
    80 COMPILE_FLAGS= -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP
     80COMPILE_FLAGS= -DHAVE_PATHS_H -DHAVE_MMAP
    8181
    8282CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS) '-DDESTDIR="@DESTDIR@"'
    8383
     
    117117#LIBS     += -lshadow $(LIBS)
    118118endif
    119119
    120 ifneq ($(wildcard /usr/include/crypt.h),)
    121120CFLAGS  += -DHAVE_CRYPT_H=1
    122121LIBS    += -lcrypt
    123 endif
    124122
    125123ifdef NEEDDES
    126124ifndef USE_CRYPT
Note: See TracBrowser for help on using the repository browser.