Add unset LD_LIBRARY_PATH before the make for the optware build, this
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 26 Jul 2005 16:55:38 +0000 (16:55 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 26 Jul 2005 16:55:38 +0000 (16:55 +0000)
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

index 86e9c3b..a73f331 100644 (file)
--- 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: