diff options
author | Malcolm Lashley <malc@gentoo.org> | 2006-10-09 18:33:11 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2006-10-09 18:33:11 +0000 |
commit | b5e43ba5b98e8fb32d2d26c20c5848d7575d6afa (patch) | |
tree | ac92e972860e0aba1b6814a43f30f9f03eb5e6bc /dev-db/unixODBC | |
parent | Cleanup. (diff) | |
download | gentoo-2-b5e43ba5b98e8fb32d2d26c20c5848d7575d6afa.tar.gz gentoo-2-b5e43ba5b98e8fb32d2d26c20c5848d7575d6afa.tar.bz2 gentoo-2-b5e43ba5b98e8fb32d2d26c20c5848d7575d6afa.zip |
Fix multilib-strict QA checks - bug #149983
(Portage version: 2.1.2_pre2-r6)
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog index c88d569b3289..219f18634474 100644 --- a/dev-db/unixODBC/ChangeLog +++ b/dev-db/unixODBC/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/unixODBC # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.57 2006/07/15 11:25:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.58 2006/10/09 18:33:11 malc Exp $ + + 09 Oct 2006; <malc@gentoo.org> unixODBC-2.2.11-r1.ebuild: + Fix multilib-strict QA checks - bug #149983 15 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove rphillips from metadata.xml as he's retired. diff --git a/dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild b/dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild index 44f0304ae8ab..26b1a1cc4993 100644 --- a/dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.11-r1.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-db/unixODBC/unixODBC-2.2.11-r1.ebuild,v 1.13 2006/07/10 01:05:13 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild,v 1.14 2006/10/09 18:33:11 malc Exp $ inherit eutils @@ -47,6 +47,7 @@ src_compile() { ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc/unixODBC \ + --libdir=/usr/$(get_libdir) \ ${myconf} || die make || die @@ -62,6 +63,7 @@ src_compile() { --with-odbc=${S} \ --prefix=/usr \ --x-libraries=/usr/lib \ + --libdir=/usr/$(get_libdir) \ --sysconfdir=/etc/unixODBC \ ${myconf} || die |