buildrootschalter/toolchain/dependencies
Thomas Petazzoni 211916ed46 dependencies: additional check for PERL_MM_OPT
When the user has Perl local::lib installed, its environment contains
a PERL_MM_OPT variables which defines
INSTALL_BASE="/some/location". Unfortunately, having this makes the
build of libxml-parser-perl (and probably other Perl related packages)
fail, because it complains that both PREFIX (passed in our .mk file)
and INSTALL_BASE (passed from the PERL_MM_OPT environment variable)
are defined. Since in Buildroot we want our PREFIX to be considered,
we error out when the user has PERL_MM_OPT defined.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-15 23:01:03 +02:00
..
check-host-lzma.sh - add handling of lzma for the host (unconditionally for now) 2007-08-21 15:33:33 +00:00
dependencies.mk sstrip: make it a proper package 2010-12-28 20:43:58 +01:00
dependencies.sh dependencies: additional check for PERL_MM_OPT 2011-10-15 23:01:03 +02:00