Bug#495730: ldd check when building vlc

Loïc Minier lool at dooz.org
Wed Aug 20 10:48:46 UTC 2008


On Wed, Aug 20, 2008, Fabian Greffrath wrote:
> if LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib ldd $$file 2> 
> /dev/null | grep -q libX11; then \

 objdump -x foo.so | grep -w NEEDED
 or
 objdump -p foo.so | grep -w NEEDED

-- 
Loïc Minier





More information about the pkg-multimedia-maintainers mailing list