From: brian Date: Sun, 27 Aug 2006 01:13:36 +0000 (+0000) Subject: While this looks like it should work, and Yury says he tested it working X-Git-Tag: v1_7_100~443 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=94c07aa7fbec47d5d07bdad49c330a33af0134b4;ds=sidebyside 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? --- diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4 index c4c2365..a88f0f1 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 c0dee17..3345eac 100644 --- a/build/lustre.spec.in +++ b/build/lustre.spec.in @@ -113,7 +113,6 @@ cat >lustre.files <