Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64632 | Differences between
and this patch

Collapse All | Expand All

(-)telnetd/Makefile.orig (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
CFLAGS += '-DISSUE_FILE="/etc/issue.net"' -DPARANOID_TTYS \
11
CFLAGS += '-DISSUE_FILE="/etc/issue.net"' -DPARANOID_TTYS \
12
	   -DNO_REVOKE -DKLUDGELINEMODE -DDIAGNOSTICS \
12
	   -DNO_REVOKE -DKLUDGELINEMODE -DDIAGNOSTICS \
13
	   -DLOGIN_WRAPPER=\"/usr/lib/telnetlogin\"
13
	   -DLOGIN_WRAPPER=\"/usr/sbin/telnetlogin\" -D_GNU_SOURCE
14
# LIBS += $(LIBTERMCAP)
14
# LIBS += $(LIBTERMCAP)
15
15
16
OBJS = telnetd.o state.o termstat.o slc.o sys_term.o utility.o \
16
OBJS = telnetd.o state.o termstat.o slc.o sys_term.o utility.o \

Return to bug 64632