On 2019/02/12 22:39, Jonathan Gray wrote: > On Mon, Feb 11, 2019 at 09:03:52PM +0100, Caspar Schutijser wrote: > > Hi, > > > > $ ldd /usr/local/bin/include-what-you-use | grep libLLVM > > 000000885d7d1000 000000886139c000 rlib 0 1 0 > > /usr/local/lib/libLLVM-7.so > > > > Therefore, include-what-you-use won't run unless the llvm package is > > installed. The diff below makes sure llvm is installed when the user > > installs include-what-you-use but I'm not sure it is the right way > > to do it. > > Shouldn't it instead be added to LIB_DEPENDS and have a WANTLIB for > LLVM-7 ?
I'd prefer that, but then the library would need a normal .so.X.Y filename.
