mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add LIBREADLINE and LIBTERM to DPADD
This commit is contained in:
parent
f2009cbfdb
commit
afd4f2eb3b
2 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
|
|||
|
||||
|
||||
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
|
||||
DPADD+= $(LIBREADLINE) $(LIBTERM)
|
||||
LDADD+= -lreadline -ltermcap
|
||||
|
||||
.if exists(${.CURDIR}/../libiberty/obj)
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
|
|||
|
||||
|
||||
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
|
||||
DPADD+= $(LIBREADLINE) $(LIBTERM)
|
||||
LDADD+= -lreadline -ltermcap
|
||||
|
||||
.if exists(${.CURDIR}/../libiberty/obj)
|
||||
|
|
|
|||
Loading…
Reference in a new issue