The frysk.spec file overrides the build's LDFLAGS forcing the path for --main= The intent is for just the RPATH flags to be overridden, need to factor that out so it is possible (and hence eliminate the hardwired --main= in frysk.spec)
Changes to frysk's configury: Index: common/ChangeLog 2006-02-09 Andrew Cagney <cagney@redhat.com> * Makefile.gen.sh (GEN_BASEUNAME): Define (GEN_${GEN_BASEUNAME}_RPATH_FLAGS): Define. (echo_LDFLAGS): Append to each programs LDFLAGS.
* Thu Feb 9 2006 Andrew Cagney <cagney@redhat.com> 0.0.1.2006.02.09-0.EL4.0 Adam Jocksch <ajocksch@redhat.com> - For frysk's make, replace per-program LDFLAGS with GEN_CORE_RPATH_FLAGS, and GEN_GUI_RPATH_FLAGS. - Add %{_libexecdir}/frysk/*, and wild-carded man pages, to -files. - NOTE: frysk 0.0.1.2006.02.09 is not yet imported.