The LDFLAGS isn't needed, and breaks the build on powerpc64.
This hack is very fragile, and was broken on powerpc64 when metamode was introduced. Removing it survives a buildworld for all architectures, and fixes the build on powerpc64.
This commit is contained in:
parent
7761cfc358
commit
5fcd241a6c
@ -3,7 +3,6 @@
|
||||
.PATH: ${.CURDIR}/../../lib/libc/iconv
|
||||
|
||||
PROG= mkesdb
|
||||
LDFLAGS+= -L${.OBJDIR}/../../lib/libc
|
||||
|
||||
NO_WMISSING_VARIABLE_DECLARATIONS=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user