summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2004-04-05 02:35:55 +0000
committerRyan Phillips <rphillips@gentoo.org>2004-04-05 02:35:55 +0000
commitcdae3676a8a4f3b9aae34b7ece731e292c459601 (patch)
tree37e5ae541316be4dd37a79955f2cbd585e8068d6 /dev-db/unixODBC
parenthppa stable (diff)
downloadgentoo-2-cdae3676a8a4f3b9aae34b7ece731e292c459601.tar.gz
gentoo-2-cdae3676a8a4f3b9aae34b7ece731e292c459601.tar.bz2
gentoo-2-cdae3676a8a4f3b9aae34b7ece731e292c459601.zip
Hopefully a fix for #42711
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r--dev-db/unixODBC/ChangeLog5
-rw-r--r--dev-db/unixODBC/Manifest14
-rw-r--r--dev-db/unixODBC/unixODBC-2.2.8.ebuild7
3 files changed, 17 insertions, 9 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog
index 97f440690af8..b6d6db11b831 100644
--- a/dev-db/unixODBC/ChangeLog
+++ b/dev-db/unixODBC/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for dev-db/unixODBC
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.26 2004/03/23 09:15:10 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.27 2004/04/05 02:35:55 rphillips Exp $
23 Mar 2004; Joshua Kinard <kumba@gentoo.org> unixODBC-2.0.8.ebuild,
unixODBC-2.2.2.ebuild, unixODBC-2.2.6-r1.ebuild, unixODBC-2.2.6.ebuild,
@@ -8,6 +8,9 @@
For 2.2.8, masked the qt/gnome-libs interface for unixODBC until qt stuff can
be sorted out on mips.
+ 04 Apr 2004; Ryan Phillips <rphillips@gentoo.org> unixODBC-2.2.8.ebuild:
+ I hope this fixes people's problems with the unixODBC build process. #42711
+
27 Feb 2004; Joshua Kinard <kumba@gentoo.org> unixODBC-2.2.8.ebuild:
Forgot gnuconfig
diff --git a/dev-db/unixODBC/Manifest b/dev-db/unixODBC/Manifest
index 7f8aed33bd18..c206e18defac 100644
--- a/dev-db/unixODBC/Manifest
+++ b/dev-db/unixODBC/Manifest
@@ -1,14 +1,14 @@
-MD5 55f306ebc74a756db5cef8c2d401b54c ChangeLog 3594
-MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225
-MD5 24a61bb8972f3eaed1ee82525b2d154a unixODBC-2.0.8.ebuild 1105
MD5 95b9ddc2dea782ab6ba6e076e402b9ee unixODBC-2.2.2.ebuild 1295
+MD5 24a61bb8972f3eaed1ee82525b2d154a unixODBC-2.0.8.ebuild 1105
MD5 ba7a3e67dd2cc8495e6517c73f9f9e26 unixODBC-2.2.6.ebuild 1520
MD5 a4853015ad04dc470b79cbcbaabc77db unixODBC-2.2.6-r1.ebuild 1618
-MD5 ab7e463c2455781f2132675f2a14eb2d unixODBC-2.2.8.ebuild 1756
+MD5 cc7beb08579ce6c4ec2450ea96844317 unixODBC-2.2.8.ebuild 1903
+MD5 4974b68b15bde02a6c3299293134d0e2 ChangeLog 3748
+MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225
+MD5 ffd3cee4e2a1f6dffc130557ccda934b files/gentoo-yac.diff 316
+MD5 89baf6f14a595b00635ca0b91ee525de files/unixODBC-2.2.6-configure.in.patch 239
+MD5 4eaaa819fc28ee784da166d14e9f7fad files/digest-unixODBC-2.2.6-r1 67
MD5 f383c7806ba5f687ba55d5f1bc6a36aa files/digest-unixODBC-2.0.8 67
MD5 0f7614b93d6ede252ed2f7d7ff1aac90 files/digest-unixODBC-2.2.2 67
MD5 4eaaa819fc28ee784da166d14e9f7fad files/digest-unixODBC-2.2.6 67
-MD5 ffd3cee4e2a1f6dffc130557ccda934b files/gentoo-yac.diff 316
-MD5 4eaaa819fc28ee784da166d14e9f7fad files/digest-unixODBC-2.2.6-r1 67
-MD5 89baf6f14a595b00635ca0b91ee525de files/unixODBC-2.2.6-configure.in.patch 239
MD5 a60388d8cb9cb0dca3df5429fb364051 files/digest-unixODBC-2.2.8 67
diff --git a/dev-db/unixODBC/unixODBC-2.2.8.ebuild b/dev-db/unixODBC/unixODBC-2.2.8.ebuild
index 04086a0bce8a..6a2136614b6c 100644
--- a/dev-db/unixODBC/unixODBC-2.2.8.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.8.ebuild,v 1.4 2004/03/23 09:15:10 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.8.ebuild,v 1.5 2004/04/05 02:35:55 rphillips Exp $
DESCRIPTION="ODBC Interface for Linux"
HOMEPAGE="http://www.unixodbc.org/"
@@ -53,8 +53,13 @@ src_compile() {
if [ "`use gnome`" ]
then
+ # Symlink for configure
+ ln -s ${S}/odbcinst/.libs ./lib
+ # Symlink for libtool
+ ln -s ${S}/odbcinst/.libs ./lib/.libs
cd gODBCConfig
./configure --host=${CHOST} \
+ --with-odbc=${S} \
--prefix=/usr \
--sysconfdir=/etc/unixODBC \
${myconf} || die