[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

--disable-rpath doesn't resolve the rpath problem



hi all,

i'm packaging knetdockapp, i have in de debian/rules (using cdbs):

DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --prefix=/usr

but lintian says that the problem isn't solved ...

W: knetdockapp: 
binary-or-shlib-defines-rpath ./usr/bin/knetdockapp /usr/lib:/usr/share/qt3/lib:/usr/X11R6/lib
N:
N:   The binary or shared library defines the `RPATH'. Usually this is a
N:   bad thing. Most likely you will find a Makefile with a line like:
N:       gcc test.o -o test -Wl,--rpath
N:   or
N:       gcc test.o -o test -R/usr/local/lib
N:   Please contact debian-devel@lists.debian.org if you have questions
N:   about this.
N:

do you know how to deal with this ?

thanks !



Reply to: