diff options
-rw-r--r-- | sys-cluster/ocfs/ocfs-1.0.14.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/ocfs/ocfs-1.0.14.ebuild b/sys-cluster/ocfs/ocfs-1.0.14.ebuild index 4d3628102e85..9acbac428f7e 100644 --- a/sys-cluster/ocfs/ocfs-1.0.14.ebuild +++ b/sys-cluster/ocfs/ocfs-1.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ocfs/ocfs-1.0.14.ebuild,v 1.2 2007/04/12 18:43:16 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ocfs/ocfs-1.0.14.ebuild,v 1.3 2007/04/12 18:52:16 genstef Exp $ inherit linux-mod @@ -22,6 +22,7 @@ pkg_setup() { } src_compile() { + set_arch_to_kernel local myconf use aio && myconf="--enable-aio=yes" || myconf="--enable-aio=no" |