mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix "make checkdpadd" by "spoofing" DPADD
Approved by: jmmv (mentor) Phabric: D631 PR: 192769
This commit is contained in:
parent
037755fd15
commit
35829c84f1
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ BINDIR= ${TESTSBASE}/libexec/rtld-elf
|
|||
CFLAGS+= -I${.CURDIR}/../libpythagoras
|
||||
|
||||
LDFLAGS+= -L${.OBJDIR}/../libpythagoras
|
||||
DPADD+= ${.OBJDIR}/../libpythagoras/libpythagoras.a
|
||||
LDADD= -lpythagoras
|
||||
|
||||
MAN=
|
||||
|
|
|
|||
Loading…
Reference in a new issue