mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Follow-up r296709: Fix build32 not properly building all libraries.
Pointyhat to: bdrewery Reported by: antoine
This commit is contained in:
parent
353cae4976
commit
048ce0938e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296737
@ -85,9 +85,9 @@ LIBCOMPATCFLAGS+= --sysroot=${WORLDTMP}
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
_LC_LIBDIRS.yes= lib gnu/lib
|
_LC_LIBDIRS.yes= lib gnu/lib
|
||||||
_LC_LIBDIRS.${MK_CDDL:tl}= cddl/lib
|
_LC_LIBDIRS.${MK_CDDL:tl}+= cddl/lib
|
||||||
_LC_LIBDIRS.${MK_CRYPT:tl}= secure/lib
|
_LC_LIBDIRS.${MK_CRYPT:tl}+= secure/lib
|
||||||
_LC_LIBDIRS.${MK_KERBEROS:tl}= kerberos5/lib
|
_LC_LIBDIRS.${MK_KERBEROS:tl}+= kerberos5/lib
|
||||||
|
|
||||||
# Shared logic
|
# Shared logic
|
||||||
build${libcompat}: .PHONY
|
build${libcompat}: .PHONY
|
||||||
|
Loading…
Reference in New Issue
Block a user