diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-08-16 22:46:49 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-08-16 22:46:49 +0000 |
commit | 9f8609d4545cd9a1d0729c9e230e63364f113b17 (patch) | |
tree | 51d987f67218e548740f4a157eb5750b8ee61306 /sys-libs/db/db-4.5.20_p2-r1.ebuild | |
parent | Bug #234081, cleanup entity in metadata. (diff) | |
download | gentoo-2-9f8609d4545cd9a1d0729c9e230e63364f113b17.tar.gz gentoo-2-9f8609d4545cd9a1d0729c9e230e63364f113b17.tar.bz2 gentoo-2-9f8609d4545cd9a1d0729c9e230e63364f113b17.zip |
Add o_direct support per bug #208967, not used by default.
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64)
Diffstat (limited to 'sys-libs/db/db-4.5.20_p2-r1.ebuild')
-rw-r--r-- | sys-libs/db/db-4.5.20_p2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/db/db-4.5.20_p2-r1.ebuild b/sys-libs/db/db-4.5.20_p2-r1.ebuild index e9081563535c..3e6a5cc4844c 100644 --- a/sys-libs/db/db-4.5.20_p2-r1.ebuild +++ b/sys-libs/db/db-4.5.20_p2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild,v 1.1 2008/08/16 20:00:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.5.20_p2-r1.ebuild,v 1.2 2008/08/16 22:46:49 robbat2 Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool @@ -134,6 +134,7 @@ src_compile() { --localstatedir=/var/lib \ --libdir=/usr/"$(get_libdir)" \ --enable-compat185 \ + --enable-o_direct \ --without-uniquename \ --enable-rpc \ --host="${CHOST}" \ |