Hello all! I am getting a lintian error, binary-or-shlib-defines-rpath although i run configure with --disable-rpath option. It is no automake problem... i've remake all automake stuff to check this.
./configure --disable-rpath works in so far that it sets or unsets $KDE_RPATH but -rpath appears nevertheless in the Makefile: $(CXXLINK) -rpath $(kde_moduledir) $(libkimagemapeditor_la_LDFLAGS) $(libkimagemapeditor_la_OBJECTS) $(libkimagemapeditor_la_LIBADD) $(LIBS) Is it a libtool problem?! What can i do? At http://cojobo.bonn.de/~muszynski/debian/ you can find sources, diff etc. Many thanks, Sebastian