mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
Restore INET6 option from config.h.
Submitted by: David Malone <dwmalone@maths.tcd.ie>
This commit is contained in:
parent
3644d2744a
commit
fd693f6790
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ PROG= ftp
|
|||
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c progressbar.c \
|
||||
ruserpass.c util.c
|
||||
|
||||
CFLAGS+=-I${.CURDIR} -I${LUKEMFTP}
|
||||
CFLAGS+=-I${.CURDIR} -I${LUKEMFTP} -DINET6
|
||||
LDADD+= -ledit -ltermcap -lutil
|
||||
DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue