I want to use the graphviz package on an Ubuntu system, but according to the build log it is configured using --without-gts
, whereas I want GTS support to be included (I don't know if there's a reason why it isn't, or if it's just an arbitrary decision).
What's the best way to go about doing this? Ideally I want to keep my build as close as possible to the one shipped in Ubuntu, as that would make it easier to get the change merged in at a later date. I'm struggling to find any guides which show how to do this - they all seem to assume you want to package new software from scratch.
build-dep
instead ofbuild-deps
, sorry about that. – muru Jan 12 '15 at 11:17