summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-05 19:52:54 +0000
committerMike Frysinger <vapier@gentoo.org>2009-07-05 19:52:54 +0000
commitd30a4012e8132a75e0a4d9bf2bf5504e5e58621e (patch)
treebe7ce05551a5fbd8c743a2b8d11849bbdd558bb7 /sys-libs/db/db-4.7.25_p4.ebuild
parentamd64 stable, bug #274554 (diff)
downloadhistorical-d30a4012e8132a75e0a4d9bf2bf5504e5e58621e.tar.gz
historical-d30a4012e8132a75e0a4d9bf2bf5504e5e58621e.tar.bz2
historical-d30a4012e8132a75e0a4d9bf2bf5504e5e58621e.zip
Add --with-mutex option for arm systems as suggested by thomasq #273906.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/db/db-4.7.25_p4.ebuild')
-rw-r--r--sys-libs/db/db-4.7.25_p4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/db/db-4.7.25_p4.ebuild b/sys-libs/db/db-4.7.25_p4.ebuild
index 050a7fed64b1..54dd7cbbccf1 100644
--- a/sys-libs/db/db-4.7.25_p4.ebuild
+++ b/sys-libs/db/db-4.7.25_p4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p4.ebuild,v 1.1 2009/06/21 13:43:28 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.7.25_p4.ebuild,v 1.2 2009/07/05 19:52:54 vapier Exp $
inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool
@@ -105,6 +105,7 @@ src_compile() {
--enable-o_direct \
--without-uniquename \
--enable-rpc \
+ $(use arm && echo --with-mutex=ARM/gcc-assembly) \
$(use amd64 && echo --with-mutex=x86/gcc-assembly) \
$(use_enable !nocxx cxx) \
$(use_enable java) \