mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Added ${DESTDIR} in the line
CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
This commit is contained in:
parent
b556ffbab0
commit
3f7f52979b
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
|
|||
|
||||
|
||||
|
||||
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
|
||||
CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
|
||||
DPADD+= ${LIBREADLINE} ${LIBTERMCAP}
|
||||
LDADD+= -lreadline -ltermcap
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ m2-exp.tab.c: $(.CURDIR)/m2-exp.y
|
|||
|
||||
|
||||
|
||||
CFLAGS+= -I$(.CURDIR)/. -I/usr/include/readline -I$(.CURDIR)/../bfd
|
||||
CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
|
||||
DPADD+= ${LIBREADLINE} ${LIBTERMCAP}
|
||||
LDADD+= -lreadline -ltermcap
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue