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
@ -85,9 +85,9 @@ LIBCOMPATCFLAGS+= --sysroot=${WORLDTMP}
|
||||
.endif
|
||||
|
||||
_LC_LIBDIRS.yes= lib gnu/lib
|
||||
_LC_LIBDIRS.${MK_CDDL:tl}= cddl/lib
|
||||
_LC_LIBDIRS.${MK_CRYPT:tl}= secure/lib
|
||||
_LC_LIBDIRS.${MK_KERBEROS:tl}= kerberos5/lib
|
||||
_LC_LIBDIRS.${MK_CDDL:tl}+= cddl/lib
|
||||
_LC_LIBDIRS.${MK_CRYPT:tl}+= secure/lib
|
||||
_LC_LIBDIRS.${MK_KERBEROS:tl}+= kerberos5/lib
|
||||
|
||||
# Shared logic
|
||||
build${libcompat}: .PHONY
|
||||
|
Loading…
Reference in New Issue
Block a user