OCT:修改编译宏

This commit is contained in:
zhanglianghy 2022-08-12 15:31:46 +08:00
parent 41fd184877
commit 764bd69a9f
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ include Makefile.ver
# trust pppd. This work around will be removed in the near future. # trust pppd. This work around will be removed in the near future.
# DFLAGS= -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PAYLOAD -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_FLOW_MORE -DDEBUG_MAGIC -DDEBUG_ENTROPY -DDEBUG_HIDDEN -DDEBUG_PPPD -DDEBUG_AAA -DDEBUG_FILE -DDEBUG_FLOW -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_ZLB -DDEBUG_AUTH # DFLAGS= -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PAYLOAD -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_FLOW_MORE -DDEBUG_MAGIC -DDEBUG_ENTROPY -DDEBUG_HIDDEN -DDEBUG_PPPD -DDEBUG_AAA -DDEBUG_FILE -DDEBUG_FLOW -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_ZLB -DDEBUG_AUTH
DFLAGS?= -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_FLOW -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_HIDDEN -DDEBUG_FLOW_MORE -DDEBUG_PAYLOAD -DDEBUG_MAGIC -DDEBUG_ZLB -DDEBUG_AUTH -DDEBUG_ENTROPY -DDEBUG_AAA -DDEBUG_FILE DFLAGS?= -g -DDEBUG_HELLO -DDEBUG_CLOSE -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -DDEBUG_CONTROL -DDEBUG_CONTROL_XMIT -DDEBUG_HIDDEN -DDEBUG_MAGIC -DDEBUG_ZLB -DDEBUG_AUTH -DDEBUG_ENTROPY -DDEBUG_AAA -DDEBUG_FILE
# Uncomment the next line for Linux. KERNELSRC is needed for if_pppol2tp.h, # Uncomment the next line for Linux. KERNELSRC is needed for if_pppol2tp.h,
# but we use a local copy if we don't find it. # but we use a local copy if we don't find it.
@ -109,7 +109,7 @@ CONTROL_SRCS=xl2tpd-control.c
EXEC=xl2tpd EXEC=xl2tpd
CONTROL_EXEC=xl2tpd-control CONTROL_EXEC=xl2tpd-control
PREFIX?=/usr/ PREFIX?=/usr
SBINDIR?=$(DESTDIR)${PREFIX}/sbin SBINDIR?=$(DESTDIR)${PREFIX}/sbin
BINDIR?=$(DESTDIR)${PREFIX}/bin BINDIR?=$(DESTDIR)${PREFIX}/bin
MANDIR?=$(DESTDIR)${PREFIX}/share/man MANDIR?=$(DESTDIR)${PREFIX}/share/man