git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f91ce34
)
Add unset LD_LIBRARY_PATH before the make for the optware build, this
author
John Bowler
<jbowler@nslu2-linux.org>
Tue, 26 Jul 2005 16:55:38 +0000
(16:55 +0000)
committer
OpenEmbedded 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
patch
|
blob
|
history
diff --git
a/Makefile
b/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: