diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-12-19 22:29:05 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-12-19 22:29:05 +0000 |
commit | d391e1a047d62517ef74f768eeff89dfeaae0501 (patch) | |
tree | 0225e2cc6da121f8ce87f51e4b2cf32396387c0b /dev-db/unixODBC | |
parent | cleanup (diff) | |
download | historical-d391e1a047d62517ef74f768eeff89dfeaae0501.tar.gz historical-d391e1a047d62517ef74f768eeff89dfeaae0501.tar.bz2 historical-d391e1a047d62517ef74f768eeff89dfeaae0501.zip |
Added Olivier's gODBC fixes
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/Manifest | 10 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.6.ebuild | 7 |
3 files changed, 15 insertions, 7 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog index 8c897810740f..15c3405822aa 100644 --- a/dev-db/unixODBC/ChangeLog +++ b/dev-db/unixODBC/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for dev-db/unixODBC # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.17 2003/12/16 12:11:33 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.18 2003/12/19 22:28:57 rphillips Exp $ 16 Dec 2003; Guy Martin <gmsoft@gentoo.org> unixODBC-2.2.6.ebuild: Marked stable on hppa. + 19 Dec 2003; <rphillips@gentoo.org> unixODBC-2.2.6.ebuild: + Added Olivier fixes for gODBCConfig + 15 Dec 2003; <rphillips@gentoo.org> unixODBC-2.2.6.ebuild: added Cory Visi's modified ebuild to correct the dependecy problems with gODBCconfig. #35889 diff --git a/dev-db/unixODBC/Manifest b/dev-db/unixODBC/Manifest index 4b3e6a67c264..cc3d5790410e 100644 --- a/dev-db/unixODBC/Manifest +++ b/dev-db/unixODBC/Manifest @@ -1,9 +1,9 @@ -MD5 6915d7f7ad097ed2b5a622d50681743a ChangeLog 2328 -MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 -MD5 0bd88c25618464c75595f9e0e39195ff unixODBC-2.0.8.ebuild 1108 MD5 2352820d0c329b031a28ed77cd6be6d3 unixODBC-2.2.2.ebuild 1297 -MD5 a25a5a166b645bad5129b14b5d630f1e unixODBC-2.2.6.ebuild 1371 +MD5 0bd88c25618464c75595f9e0e39195ff unixODBC-2.0.8.ebuild 1108 +MD5 b07646e8bda29262059f9d03c3fb83a3 unixODBC-2.2.6.ebuild 1521 +MD5 c33e03c8c695a96a9b35b915a7b940e6 ChangeLog 2431 +MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 +MD5 ffd3cee4e2a1f6dffc130557ccda934b files/gentoo-yac.diff 316 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 diff --git a/dev-db/unixODBC/unixODBC-2.2.6.ebuild b/dev-db/unixODBC/unixODBC-2.2.6.ebuild index 3e8ecdaa42fa..260f7c3542ac 100644 --- a/dev-db/unixODBC/unixODBC-2.2.6.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.6.ebuild,v 1.5 2003/12/16 12:11:33 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6.ebuild,v 1.6 2003/12/19 22:28:58 rphillips Exp $ DESCRIPTION="ODBC Interface for Linux" HOMEPAGE="http://www.unixodbc.org/" @@ -36,8 +36,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 \ || die |