diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-10-12 14:30:17 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-10-12 14:30:17 +0000 |
commit | 757e3c8c2a69b9ba5d09aad175986fd1e5667b21 (patch) | |
tree | 088fc41868f77d69513525be9da8f7af5e528552 /dev-libs/cyrus-sasl | |
parent | Keyword ~amd64 (diff) | |
download | gentoo-2-757e3c8c2a69b9ba5d09aad175986fd1e5667b21.tar.gz gentoo-2-757e3c8c2a69b9ba5d09aad175986fd1e5667b21.tar.bz2 gentoo-2-757e3c8c2a69b9ba5d09aad175986fd1e5667b21.zip |
specify pgsql libdir for bug 133551
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'dev-libs/cyrus-sasl')
-rw-r--r-- | dev-libs/cyrus-sasl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index bba16f5f2799..ba6096f1908f 100644 --- a/dev-libs/cyrus-sasl/ChangeLog +++ b/dev-libs/cyrus-sasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/cyrus-sasl # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.159 2006/09/28 08:15:36 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.160 2006/10/12 14:30:17 blubb Exp $ + + 12 Oct 2006; Simon Stelling <blubb@gentoo.org> cyrus-sasl-2.1.22.ebuild: + specify pgsql libdir for bug 133551 28 Sep 2006; Fernando J. Pereda <ferdy@gentoo.org> cyrus-sasl-2.1.22.ebuild: diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild index 03a40d4853db..dfbb3de6684d 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.14 2006/09/28 08:15:36 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.22.ebuild,v 1.15 2006/10/12 14:30:17 blubb Exp $ inherit eutils gnuconfig flag-o-matic java-pkg multilib @@ -124,7 +124,9 @@ src_compile() { myconf="${myconf} `use_enable sample`" myconf="${myconf} `use_enable kerberos gssapi`" myconf="${myconf} `use_with mysql` `use_enable mysql`" - myconf="${myconf} `use_with postgres pgsql` `use_enable postgres`" + myconf="${myconf} `use_enable postgres`" + use postgres && myconf="${myconf} `use_with postgres pgsql $(pg_config --libdir)`" + # Add use srp. Bug #81970. myconf="${myconf} `use_enable srp`" myconf="${myconf} `use_enable java` `use_with java javahome ${JAVA_HOME}`" |