From 94c07aa7fbec47d5d07bdad49c330a33af0134b4 Mon Sep 17 00:00:00 2001
From: brian <brian>
Date: Sun, 27 Aug 2006 01:13:36 +0000
Subject: [PATCH] While this looks like it should work, and Yury says he tested
 it working on both b_new_cmd and b1_5, it's obviously not working for some
 cases: http://buffalo.lustre.org:8080/display_report.pl?report_id=278455 I am
 not sure why though.  It would seem like lustre.spec.in is not getting
 processed by configure, but all indications are that it is.  Why is the
 @RPM_LIBIAM_PATH@ substitution not being done then?

---
 build/autoconf/lustre-build.m4 | 6 ------
 build/lustre.spec.in           | 1 -
 2 files changed, 7 deletions(-)

diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4
index c4c2365b48..a88f0f1432 100644
--- a/build/autoconf/lustre-build.m4
+++ b/build/autoconf/lustre-build.m4
@@ -464,12 +464,6 @@ fi
 AC_SUBST(LIBSYSIO_SUBDIR)
 AC_SUBST(SYSIO)
 
-RPM_LIBIAM_PATH=""
-if test -f lustre/utils/libiam.c; then
-        RPM_LIBIAM_PATH="%attr(-, root, root) %{_libdir}/libiam.a"
-fi
-AC_SUBST(RPM_LIBIAM_PATH)
-
 LB_LINUX_CONDITIONALS
 LB_DARWIN_CONDITIONALS
 
diff --git a/build/lustre.spec.in b/build/lustre.spec.in
index c0dee171fd..3345eacf5e 100644
--- a/build/lustre.spec.in
+++ b/build/lustre.spec.in
@@ -113,7 +113,6 @@ cat >lustre.files <<EOF
 
 %attr(-, root, root) %{_libdir}/libptlctl.a
 %attr(-, root, root) %{_libdir}/liblustreapi.a
-@RPM_LIBIAM_PATH@
 %attr(-, root, root) /usr/include/lustre
 
 %attr(-, root, root) %{_mandir}/man?/*
-- 
GitLab