Subject: Re: databases/postgresql
To: None <sakamoto@cec.co.jp>
From: Christoph Badura <bad@oreilly.de>
List: tech-pkg
Date: 09/07/1999 00:35:49
sakamoto@cec.co.jp (Kazuki Sakamoto) writes:
>databases/postgresql/Makefile includes these lines.
> ${LDCONFIG} ${PREFIX}/${PGUSER}/lib || ${TRUE}
> ${GREP} -c '^${PREFIX}/${PGUSER}/lib$$' /etc/ld.so.conf
>This method is unhappy in ELF system.
It seems to me that this should be obsoleted by -Wl,-R and the automatic
{a.out,ELF} shared library handling. One should be able to just delete
this.
--
Christoph Badura www.netbsd.org
Anything that can be done in O(N) can be done in O(N^2).
-- Ralf Schuettau (after looking at a particular piece of code)