Re: binary-or-shlib-defines-rpath from autotools

2003-04-29 Thread Junichi Uekawa

 W: gnunet-gtk: binary-or-shlib-defines-rpath ./usr/bin/gnunet-gtk
 /home/bug1/0.5.3/gnunet-0.5.3/debian/tmp/usr/lib
 
 ./configure and the Makefile.in's mention -rpath, but rpath isnt set
 directly by configure.ac or Makefile.am, i dont know how to
 stop autotools from setting it.

My wild guess is that the build script is setting prefix rather
than DESTDIR ?


regards,
junichi




Re: binary-or-shlib-defines-rpath from autotools

2003-04-29 Thread Glenn McGrath
On Tue, 29 Apr 2003 11:28:51 +0900
Junichi Uekawa [EMAIL PROTECTED] wrote:

 My wild guess is that the build script is setting prefix rather
 than DESTDIR ?

You are correct, i should know better than to make such basic mistakes.


Thanks

Glenn 




binary-or-shlib-defines-rpath from autotools

2003-04-28 Thread Glenn McGrath

Im preparing a package of GNUnet (#147380), one of its current problems
is that it generates a heap of lintian rpath warnings, e.g.

W: gnunet-gtk: binary-or-shlib-defines-rpath ./usr/bin/gnunet-gtk
/home/bug1/0.5.3/gnunet-0.5.3/debian/tmp/usr/lib

./configure and the Makefile.in's mention -rpath, but rpath isnt set
directly by configure.ac or Makefile.am, i dont know how to
stop autotools from setting it.

GNUnet uses autoconf 2.57, automake 1.7, libtool 1.4.3-7, current
packages at http://people.debian.org/~bug1/gnunet

How do i make autotools not set the rpath ?


Thanks

Glenn