From 5a0ba6ded2a8493174fc4446c6c48f58eb2d4340 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Tue, 26 Jul 2005 16:55:38 +0000 Subject: [PATCH] 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). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5