Skip to content
Snippets Groups Projects
Commit 94c07aa7 authored by Brian J. Murrell's avatar Brian J. Murrell
Browse files

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?
parent 3865c836
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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?/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment