mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
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
f19a742ff1
commit
7634b963ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284945
@ -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