]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand: fix WITHOUT_FORTH/WITHOUT_LOADER_LUA build
authorKyle Evans <kevans@FreeBSD.org>
Fri, 1 Jan 2021 06:22:48 +0000 (00:22 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 1 Jan 2021 06:22:48 +0000 (00:22 -0600)
commit8b4c3a03f933b77b65c78fdef976831d27942d9d
tree0820f1d83a4a5582ab86c82fc2b816b3e89d53c6
parentb58a46347c8dd81137ef164fba1ab6b60c5b94c4
stand: fix WITHOUT_FORTH/WITHOUT_LOADER_LUA build

Previously having ficl/liblua in LIB32LIST with their respective option
turned OFF would be relatively harmless, as we wouldn't act on it unless we
were building the non-32 variant. As of ac5f382a9d0a, however, these are
now used for dependencies in some cases and must reflect what's actually
going to be built.
stand/Makefile