Bug 2315 - frysk.spec contains hardwired --main=
Summary: frysk.spec contains hardwired --main=
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2004 2235
  Show dependency treegraph
 
Reported: 2006-02-09 20:05 UTC by Andrew Cagney
Modified: 2006-02-09 21:45 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.