summaryrefslogtreecommitdiff
path: root/net/pptpclient/files/patch-aa
blob: 7aea6b6c64f40a647255167920e0ced8993c782f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -ur dist/pptp-linux-1.0.3/Makefile work/pptp-linux-1.0.3/Makefile
--- dist/pptp-linux-1.0.3/Makefile	Mon May  7 05:19:34 2001
+++ Makefile	Thu May 10 00:43:58 2001
@@ -11,12 +11,12 @@
 #################################################################
 # CHANGE THIS LINE to point to the location of your pppd binary.
 
-CFLAGS += '-DPPPD_BINARY="/usr/sbin/pppd"'
+CFLAGS += '-DPPPD_BINARY="/usr/sbin/ppp"' -DUSER_PPP
 #################################################################
 
 PPTP_BIN = pptp
-PPTP_OBJS = pptp.o pptp_gre.o ppp_fcs.o pty.o \
+PPTP_OBJS = pptp.o pptp_gre.o ppp_fcs.o \
             pptp_ctrl.o dirutil.o vector.o \
             inststr.o util.o version.o
-PPTP_DEPS = pptp_callmgr.h pptp_gre.h ppp_fcs.h pty.h util.h
+PPTP_DEPS = pptp_callmgr.h pptp_gre.h ppp_fcs.h util.h