cmake: fix broken development symlink in CPack-built packages#84
Open
pauljevans wants to merge 1 commit into
Open
cmake: fix broken development symlink in CPack-built packages#84pauljevans wants to merge 1 commit into
pauljevans wants to merge 1 commit into
Conversation
CMAKE_INSTALL_FULL_LIBDIR bakes in the configure-time prefix, so CPack staged the libsmputils1.so symlink under usr/local/lib64 instead of usr/lib64 when packaging. Signed-off-by: Paul Evans <pevans@redhat.com>
doug-gilbert
added a commit
that referenced
this pull request
Jun 9, 2026
…library path, needed by sdparm and ddpt git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@1126 6180dd3e-e324-4e3e-922d-17de1ae2f315
Owner
|
Thanks. Applied upstream and pushed back here. |
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.
CMAKE_INSTALL_FULL_LIBDIR bakes in the configure-time prefix, so CPack staged the libsmputils1.so symlink under usr/local/lib64 instead of usr/lib64 when packaging.