diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-04-01 14:39:33 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-04-01 14:39:33 +0000 |
commit | b3b34b467d3930a72ffc7c798f35ff309e728679 (patch) | |
tree | 404b50a663b887170344b073d7fa6b14c3e081f6 /net-dns/pdns/ChangeLog | |
parent | Update ~x86-fbsd keyword. (diff) | |
download | historical-b3b34b467d3930a72ffc7c798f35ff309e728679.tar.gz historical-b3b34b467d3930a72ffc7c798f35ff309e728679.tar.bz2 historical-b3b34b467d3930a72ffc7c798f35ff309e728679.zip |
lib64 compatibility, see ChangeLog for details
Diffstat (limited to 'net-dns/pdns/ChangeLog')
-rw-r--r-- | net-dns/pdns/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net-dns/pdns/ChangeLog b/net-dns/pdns/ChangeLog index b36b568db940..1d1febc14907 100644 --- a/net-dns/pdns/ChangeLog +++ b/net-dns/pdns/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-dns/pdns # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.26 2006/03/17 00:35:53 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.27 2006/04/01 14:39:33 vivo Exp $ + + 01 Apr 2006; Francesco Riosa <vivo@gentoo.org> pdns-2.9.20.ebuild: + Tell to powerdns where to look for libraryes, on 64 bit system with multilib + disabled it was always looking in /lib thus founding nothing (for some reason + the symlink /lib /lib64 isn't enough). + Drawback of this approach is that it will always look in hardcoded gentoo + default directory, excluding user installed mysql, postgree, sqlite + in /usr/local or /opt. *pdns-2.9.20 (17 Mar 2006) |