OSX link libs into git-core directory
So that binaries in that directory can find the library next to them, where they get modified to look. This is a hack; it would be better for OSXMkLibs to build a list of what libraries are needed where. Unsure if this is needed due to a recent reversion, or is an older problem, so updated changelog accordingly.
This commit is contained in:
parent
5cc8cfe57b
commit
b321526473
3 changed files with 24 additions and 6 deletions
12
doc/bugs/OSX_dmg_git-core_binaries_do_not_link.mdwn
Normal file
12
doc/bugs/OSX_dmg_git-core_binaries_do_not_link.mdwn
Normal file
|
@ -0,0 +1,12 @@
|
|||
The OSX .dmg contains a few binaries in git-core like git-remote-http.
|
||||
They have been adjusted by otool to link to libraries in the same directory
|
||||
as the binary. However, the libraries are not located in the git-core
|
||||
directory, but in its parent directory, and so the git-core binaries don't
|
||||
link.
|
||||
|
||||
I don't think this is a new regression, but not entirely sure.
|
||||
|
||||
Seems that OSXMkLibs could symlink ../lib into git-core.
|
||||
--[[Joey]]
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
Loading…
Add table
Add a link
Reference in a new issue