From 8fd1ba903fa8e42d6347d1ebd85feb11f32a12d9 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Sun, 31 Mar 2013 15:20:36 +0400 Subject: Fix autogen Signed-off-by: Alexey Shvetsov --- sys-cluster/lustre/ChangeLog | 3 --- sys-cluster/lustre/lustre-9999.ebuild | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'sys-cluster/lustre') diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 25bdde532..16471dd86 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -2,9 +2,6 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ - 31 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: - build was renamed to config - 31 Mar 2013; Alexey Shvetsov +files/0001-LU-2982-build-make-AC-check-for-linux-arch-sandbox-f.patch, +files/0002-LU-2800-libcfs-use-sock_alloc_file-instead-of-sock_m.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 64bee3038..3457fbfd5 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -59,12 +59,12 @@ src_prepare() { -i lustre/conf/Makefile.am || die # replace upstream autogen.sh by our src_prepare() - local DIRS="build libcfs lnet lustre snmp" + local DIRS="libcfs lnet lustre snmp" local ACLOCAL_FLAGS for dir in $DIRS ; do - ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir/config" + ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir/autoconf" done - eaclocal $ACLOCAL_FLAGS + eaclocal -I config $ACLOCAL_FLAGS eautoheader eautomake eautoconf @@ -83,7 +83,7 @@ src_prepare() { cd .. einfo "Reconfiguring source in ldiskfs" cd ldiskfs - eaclocal + eaclocal -I config eautoheader eautomake -W no-portability eautoconf -- cgit v1.2.3-65-gdbad