Ticket #762 (closed bug: wontfix)
parrot_config --dump: libparrot_linkflags, rpath_blib contain references to the build directory if parrot is installed to a DESTDIR first
| Reported by: | ingmar | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | configure | Version: | 1.2.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: | linux |
Description
If parrot is installed to a staging area (ie DESTDIR=/foo passed to the make install call), then parrot_config --dump contains references to the build directory:
ingmar@cannonball ~/development/git/parrot (git-svn)-[master]- % parrot_config --dump | ack '/var/tmp/paludis/' build_dir => '/var/tmp/paludis/build/dev-lang-parrot-scm/work/parrot-scm' libparrot_linkflags => '-L/var/tmp/paludis/build/dev-lang-parrot-scm/work/parrot-scm/blib/lib -lparrot' rpath_blib => '-Wl,-rpath=/var/tmp/paludis/build/dev-lang-parrot-scm/work/parrot-scm/blib/lib'
"make DESTDIR=/foo install" is quite common for distro packages, so it'd be nice to have a fix for this that I can include in my Exherbo packages.
Regards, Ingmar
