diff options
| author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-26 16:55:38 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-26 16:55:38 +0000 |
| commit | 5a0ba6ded2a8493174fc4446c6c48f58eb2d4340 (patch) | |
| tree | 34e5452f954dbc648f0a31cb350827a81101008a | |
| parent | f91ce343655ad93f22bd8468dbc50b8268d0f402 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
