Re: [ecasound] patch for libecasound-config.in to remove unnecessary rpath

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] patch for libecasound-config.in to remove unnecessary rpath
From: Junichi Uekawa (dancer_AT_netfort.gr.jp)
Date: Sat Feb 15 2003 - 09:43:40 EET


> > I don't think rpath is needed for standard search library path.
>
> Ugh, I'll half-reverted this at least for now:
>
> > - flags="$flags -Wl,--rpath -Wl,$libdir"
> > + case "$libdir" in
> > + /usr/lib|/usr/local/lib);;
> > + *)
> > + flags="$flags -Wl,--rpath -Wl,$libdir" ;;
> > + esac
>
> /usr/local/lib was dropped from the exlucion list. Some systems still
> don't have the dir in ld.so.conf, and there's currently no other mechanism
> than the -rpath to handle this in ecasound makefiles.
>
> I can re-re-revert if this turns out to cause problems.

It doesn't affect me at least since Debian doesn't
use /usr/local/lib.

I don't know if users of slackware et al would care if there is a -rpath...

regards,
        junichi


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat Feb 15 2003 - 09:35:28 EET