summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-07-26 16:55:38 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-26 16:55:38 +0000
commit5a0ba6ded2a8493174fc4446c6c48f58eb2d4340 (patch)
tree34e5452f954dbc648f0a31cb350827a81101008a
parentf91ce343655ad93f22bd8468dbc50b8268d0f402 (diff)
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).
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: