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
@ -32,7 +32,9 @@ SHLIB_MAJOR= 1
|
|||||||
|
|
||||||
# libatf-c++ depends on the C version of the ATF library to build.
|
# libatf-c++ depends on the C version of the ATF library to build.
|
||||||
DPADD= ${LIBATFC}
|
DPADD= ${LIBATFC}
|
||||||
LDADD= -L${.OBJDIR}/../libatf-c -latf-c
|
LDADD= -latf-c
|
||||||
|
|
||||||
|
LDFLAGS+= -L${.OBJDIR}/../libatf-c
|
||||||
|
|
||||||
.PATH: ${ATF}
|
.PATH: ${ATF}
|
||||||
.PATH: ${ATF}/atf-c++
|
.PATH: ${ATF}/atf-c++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user