summaryrefslogtreecommitdiff
path: root/Build/LinuxMkLibs.hs
Commit message (Collapse)AuthorAge
* fix buildGravatar Joey Hess2014-08-31
|
* factor out library code (also used by propellor)Gravatar Joey Hess2014-04-03
|
* deal with multiarchGravatar Joey Hess2014-02-07
|
* include libgcc_s in case not pulled in by lddGravatar Joey Hess2013-12-31
| | | | libc can demand-load libgcc_s in some situations, it seems
* Revert "include libgcc in linux standalone"Gravatar Joey Hess2013-12-31
| | | | | | This reverts commit 90a28ca0ff7123cd939c90930dec6479da6bd136. ldd pulls it in
* include libgcc in linux standaloneGravatar Joey Hess2013-12-31
|
* clean upGravatar Joey Hess2013-12-24
|
* fix gconvdirGravatar Joey Hess2013-12-24
|
* Fix bug in Linux standalone build's shimming that broke git-annex-shell.Gravatar Joey Hess2013-12-24
|
* resursively follow lib symlinks, just in caseGravatar Joey Hess2013-12-24
|
* convert hacky shell linux mklibs code to haskell ; fixing symlink bugGravatar Joey Hess2013-12-24
The shell code was nasty, and buggy. New haskell code is much nicer, and it's easy to do complicated calculations to properly convert possibly absolute symlinks between libraries into relative links using it.