Bug#630176: Info received (Bug#630176: autogen: Sets rpath to /usr/lib)

2011-06-13 Thread Bruce Korb
And, yes, I was typing and firing off a test at the same time. autoopts-config.in should be patched thus: static_libs="${libdir}/libopts.a" cflags="-I${includedir}" case "${libdir}" in /lib | /lib64 | /usr/lib | /usr/lib64 ) ldopts='' ldflags=-lopts ;; * ) test -n "${ldop

Bug#630176: autogen: Sets rpath to /usr/lib

2011-06-13 Thread Bruce Korb
On 06/11/11 14:16, Kurt Roeckx wrote: Package: autogen Version: 1:5.11.9-0.2 Severity: serious Hi, I'm getting this: $ autoopts-config --ldflags -Wl,-R/usr/lib -L/usr/lib -lopts So things using autoopts-config now set an rpath to /usr/lib/, and it really shouldn't do that for things that are

Bug#630176: autogen: Sets rpath to /usr/lib

2011-06-11 Thread Kurt Roeckx
Package: autogen Version: 1:5.11.9-0.2 Severity: serious Hi, I'm getting this: $ autoopts-config --ldflags -Wl,-R/usr/lib -L/usr/lib -lopts So things using autoopts-config now set an rpath to /usr/lib/, and it really shouldn't do that for things that are in the default search path. Kurt -