octave: Fix libtool framework link failure on Darwin#96979
Merged
ttuegel merged 1 commit intoNixOS:stagingfrom Sep 7, 2020
Merged
octave: Fix libtool framework link failure on Darwin#96979ttuegel merged 1 commit intoNixOS:stagingfrom
ttuegel merged 1 commit intoNixOS:stagingfrom
Conversation
ec6342b to
e51c2fa
Compare
ttuegel
approved these changes
Sep 6, 2020
ttuegel
requested changes
Sep 6, 2020
Member
ttuegel
left a comment
There was a problem hiding this comment.
For some reason, the GitHub interface won't let me rebase your pull request. Please rebase this against the staging branch.
e51c2fa to
f384abf
Compare
This fix moves linker flags of the form `-framework foo` from dependency_libs to inherited_linker_flags, since libtool doesn't understand them. See NixOS#96977 for details. Fixes NixOS#96977
f384abf to
8e4e38c
Compare
Contributor
Author
|
Rebased on staging. |
ttuegel
approved these changes
Sep 7, 2020
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.
Motivation for this change
This fix moves linker flags of the form
-framework foofrom dependency_libs toinherited_linker_flags, since libtool doesn't understand them. See #96977 for
details.
There may be a better way to do this, and it's also possible/likely that we could just drop these args from dependency_libs rather than moving them to inherited_linker_flags (which would simplify the implementation considerably). Using inherited_linker_flags was advised here: https://bugreports.qt.io/browse/QTBUG-48575.
Fixes #96977
Things done
sandboxinnix.confon non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"./result/bin/)nix path-info -Sbefore and after)