From: John Bowler Date: Tue, 26 Jul 2005 16:55:38 +0000 (+0000) Subject: Add unset LD_LIBRARY_PATH before the make for the optware build, this X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0ba6ded2a8493174fc4446c6c48f58eb2d4340;p=openembedded.git Add unset LD_LIBRARY_PATH before the make for the optware build, this avoids a make failure in glibc when LD_LIBRARY_PATH is set on the build system (already done for openslug-build and unslung-build). --- diff --git a/Makefile b/Makefile index 86e9c3b154..a73f331afd 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ openslug build-openslug: openslug/Makefile bitbake/bin/bitbake openembedded/conf .PHONY: optware build-optware optware build-optware: optware/Makefile - ( cd optware ; make ) + ( cd optware ; unset LD_LIBRARY_PATH; make ) .PHONY: setup-monotone setup-monotone monotone/nslu2-linux.db: