mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Move a -L argument from LDADD to LDFLAGS
Phabric: D525 (part of a larger patch) Reviewed by: jmmv Approved by: jmmv (co-mentor)
This commit is contained in:
parent
35e8923e7e
commit
07014efe94
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@ PROG= target
|
|||
BINDIR= ${TESTSBASE}${TESTSDIR}/libexec/rtld-elf
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../libpythagoras
|
||||
LDADD= -L${.OBJDIR}/../libpythagoras -lpythagoras
|
||||
|
||||
LDFLAGS+= -L${.OBJDIR}/../libpythagoras
|
||||
LDADD= -lpythagoras
|
||||
|
||||
MAN=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue