diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-21 14:08:38 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-21 14:08:38 +0000 |
commit | 14e628efdf57ceb4642c9f58c9ad2770fffa8678 (patch) | |
tree | 4e621786f9d509e1e8f703da067cd9c8f94a3a59 /sys-libs | |
parent | updated to the newly released 0.3.0 (diff) | |
download | gentoo-2-14e628efdf57ceb4642c9f58c9ad2770fffa8678.tar.gz gentoo-2-14e628efdf57ceb4642c9f58c9ad2770fffa8678.tar.bz2 gentoo-2-14e628efdf57ceb4642c9f58c9ad2770fffa8678.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/db-3.2.3h-r4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-libs/db/db-3.2.3h-r4.ebuild b/sys-libs/db/db-3.2.3h-r4.ebuild index 281265b9c70c..ac2363eefd94 100644 --- a/sys-libs/db/db-3.2.3h-r4.ebuild +++ b/sys-libs/db/db-3.2.3h-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r4.ebuild,v 1.1 2001/06/16 03:00:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r4.ebuild,v 1.2 2001/06/21 14:08:38 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P}/build_unix @@ -16,11 +16,12 @@ DEPEND="$RDEPEND src_compile() { - try ../dist/configure \ + try ../dist/configure --host=${CHOST} \ --enable-compat185 --enable-dump185 \ - --prefix=/usr --host=${CHOST} --target=${CHOST} --build=${CHOST} \ + --prefix=/usr \ --enable-shared --enable-static \ --enable-cxx + #--enable-rpc does not work echo |