Bug 2315

Summary: frysk.spec contains hardwired --main=
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal CC: ajocksch
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 2004, 2235    

Description Andrew Cagney 2006-02-09 20:05:08 UTC
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)
Comment 1 Andrew Cagney 2006-02-09 20:05:56 UTC
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.
Comment 2 Andrew Cagney 2006-02-09 21:45:53 UTC
* 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.