mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove -L<path> from LDADD, it doesn't belong there.
Add it to LDFLAGS instead. Submitted by: Garrett Cooper <yanegomi@gmail.com>
This commit is contained in:
parent
4d9f529cd5
commit
3f3708b3dd
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@ SHLIB_MAJOR= 1
|
|||
|
||||
# libatf-c++ depends on the C version of the ATF library to build.
|
||||
DPADD= ${LIBATFC}
|
||||
LDADD= -L${.OBJDIR}/../libatf-c -latf-c
|
||||
LDADD= -latf-c
|
||||
|
||||
LDFLAGS+= -L${.OBJDIR}/../libatf-c
|
||||
|
||||
.PATH: ${ATF}
|
||||
.PATH: ${ATF}/atf-c++
|
||||
|
|
|
|||
Loading…
Reference in a new issue