id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
762,"parrot_config --dump: libparrot_linkflags, rpath_blib contain references to the build directory if parrot is installed to a DESTDIR first",ingmar,,"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
",bug,closed,normal,,configure,1.2.0,medium,wontfix,,,,,linux
