summaryrefslogtreecommitdiffstats
path: root/package/libxml-parser-perl
diff options
context:
space:
mode:
authorWill Newton <will.newton@gmail.com>2012-03-30 09:04:52 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-03-30 10:11:40 +0200
commit4bff1dde4b753e986c36858dd9e6afd04eb054ac (patch)
treee30bb73c0becaebceb3534e57dcb79a56a51094a /package/libxml-parser-perl
parent1b7f5285fbf6b03c14d48d614ae3ade91868f954 (diff)
downloadbuildroot-novena-4bff1dde4b753e986c36858dd9e6afd04eb054ac.tar.gz
buildroot-novena-4bff1dde4b753e986c36858dd9e6afd04eb054ac.zip
libxml-parser-perl: Pass USE_MM_LD_RUN_PATH to MakeMaker.
Red Hat versions of perl do not honour the setting of LD_RUN_PATH without this option. This leads to perl shared objects being installed without an rpath set which causes problems for target tools when searching for dependant shared libraries. Signed-off-by: Will Newton <will.newton@imgtec.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libxml-parser-perl')
-rw-r--r--package/libxml-parser-perl/libxml-parser-perl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libxml-parser-perl/libxml-parser-perl.mk b/package/libxml-parser-perl/libxml-parser-perl.mk
index 1022302bb..0d02981c2 100644
--- a/package/libxml-parser-perl/libxml-parser-perl.mk
+++ b/package/libxml-parser-perl/libxml-parser-perl.mk
@@ -24,6 +24,7 @@ define HOST_LIBXML_PARSER_PERL_CONFIGURE_CMDS
INSTALLDIRS=site \
INSTALLSITELIB=$(HOST_DIR)/usr/lib/perl \
INSTALLSITEARCH=$(HOST_DIR)/usr/lib/perl \
+ USE_MM_LD_RUN_PATH=1 \
)
endef