aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2013-03-31 15:20:36 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2013-03-31 15:23:45 +0400
commit8fd1ba903fa8e42d6347d1ebd85feb11f32a12d9 (patch)
tree19b954062786920bb21262484fb8afbee1c1ed7f /sys-cluster/lustre
parentbuild was renamed to config (diff)
downloadsci-8fd1ba903fa8e42d6347d1ebd85feb11f32a12d9.tar.gz
sci-8fd1ba903fa8e42d6347d1ebd85feb11f32a12d9.tar.bz2
sci-8fd1ba903fa8e42d6347d1ebd85feb11f32a12d9.zip
Fix autogen
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sys-cluster/lustre')
-rw-r--r--sys-cluster/lustre/ChangeLog3
-rw-r--r--sys-cluster/lustre/lustre-9999.ebuild8
2 files changed, 4 insertions, 7 deletions
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 <alexxy@gentoo.org> lustre-9999.ebuild:
- build was renamed to config
-
31 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org>
+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