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: Kai Vehmanen (k_AT_eca.cx)
Date: Sat Feb 15 2003 - 04:17:11 EET


On Tue, 4 Feb 2003, Junichi Uekawa wrote:

> 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.

-- 
 http://www.eca.cx
 Audio software for Linux!


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 - 04:10:28 EET