ddollar / heroku-buildpack-apt

120 stars 327 forks source link

Set LIBRARY_PATH for compile-time linking #4

Closed tokafish closed 9 years ago

tokafish commented 10 years ago

For apps that need to compile dependencies that are linked against newly installed apt development libraries, this change lets the linker find the library properly.

See http://stackoverflow.com/questions/4250624/ld-library-path-vs-library-path

ddollar commented 9 years ago

Thanks :)