add NO_LIB_INSTALL and NO_CONF_INSTALL#822
Merged
ptitSeb merged 1 commit intoptitSeb:masterfrom May 3, 2023
Merged
Conversation
ptitSeb
reviewed
May 3, 2023
This adds commits 6ff68849f88cbec622fe7a485e301111319ab8d6 and 53687387ebca091043cecbfc2d99494865336b94 from box64. This allows installation of box86 without any configuration files or libraries involved. Intended usecases are * packaging box86 with multiple variants in one package, where multiple variants would step on each other during installation. * packaging box86 for distributions shipping their own armhf shared library versions of libc and c++ (for example via multiarch)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds commits 6ff68849f88cbec622fe7a485e301111319ab8d6 and 53687387ebca091043cecbfc2d99494865336b94 from box64.
This allows installation of box86 without any configuration files or libraries involved. Intended usecases are