heroku-buildpack-vips
heroku-buildpack-vips copied to clipboard
libtiff conflicts with opencv's one
We had some conflicts with libtiff
while using a opencv buildpack together with vips buildpack. A description of it can be found here.
We forked your buildpack and removed all libtiff.so*
files from the bundle, letting the compiler use system defaults.
I don't know if our fork is actually helpful for general use cases of this buildpack, so I'm just documenting it here. If you find it is the case to PR, just let me know. Thanks!
Hi @automata, I've read your note about he libtiff issue, you say it has version 5.0 (but afaik bundled version is the 4.0.3) right?
Also, have you checked if there's a flag to tell make to not append version to symbols?