git-annex/Build
Joey Hess b9341fd4c0 handle rpath in OSXMkLibs
Now oberon has some binaries and libraries that use rpath, so I had to put
in this ugly hack to replace the @rapth/lib with the lib in the app.

This was particularly tricky for libraries that use @rpath because I could
not find a way to extract the rpath from the library. (Only from the
executable, by running it.. ugh!) The hack I put in place may fail if
multiple different libraries use rpath to refer to other libraries,
and the "@rpath/lib" string is the same, but actually refers to different
files.
2013-04-22 13:33:29 -04:00
..
Configure.hs argle 2013-04-17 11:57:46 -04:00
DesktopFile.hs recent change broke this 2013-04-20 19:35:33 -04:00
EvilSplicer.hs argh!! http://hackage.haskell.org/package/zeroth 2013-04-18 20:10:31 -04:00
InstallDesktopFile.hs split out library 2013-04-17 12:02:44 -04:00
make-sdist.sh move build scripts 2012-09-01 15:22:22 -04:00
mdwn2man Build/mdwn2man: don't rely on perl being installed in /usr/bin; instead find it in $PATH 2013-02-28 16:04:46 -04:00
OSXMkLibs.hs handle rpath in OSXMkLibs 2013-04-22 13:33:29 -04:00
Standalone.hs handle rpath in OSXMkLibs 2013-04-22 13:33:29 -04:00
TestConfig.hs move thirdparty program installation for standalone bundle into haskell program 2012-12-14 16:07:59 -04:00