Bug 1861 - rpath includes $BUILDDIR/frysk-imports/EggTrayIcon
Summary: rpath includes $BUILDDIR/frysk-imports/EggTrayIcon
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: 1632 1465
  Show dependency treegraph
 
Reported: 2005-11-14 03:11 UTC by Andrew Cagney
Modified: 2005-11-14 17:25 UTC (History)
0 users

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 2005-11-14 03:11:44 UTC
Really bad karma - that's in the build directory.
Comment 1 Andrew Cagney 2005-11-14 17:25:32 UTC
Index: frysk-gui/ChangeLog
2005-11-14  Andrew Cagney  <cagney@redhat.com>

        * Makefile.am (LDFLAGS): Delete.
        (GEN_GCJ_LDADD): Add -L../frysk-imports/EggTrayIcon.
        * configure.ac: Remove ../frysk-imports/EggTrayIcon from RPATH.

Index: frysk-gui/common/ChangeLog
2005-11-14  Andrew Cagney  <cagney@redhat.com>

        * Makefile.gen.sh: Append -Djava.library.path=..., and
        -Wl,-rpath,... to each program's LDFLAGS.  Add all .so's to
        solib_DATA so that they are installed.
        * Makefile.rules (GEN_GCJ_RPATH, GEN_GCJ_RPATH_FLAGS): Define.
        (BUILD_GCJ_RPATH): Define.
        (TestRunner_LDFLAGS): Add $(GEN_GCJ_RPATH_FLAGS).