projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b100aeb
)
Use --disable-x11 for configuring libtwin in kboot.
author
Jeremy Kerr
<jk@ozlabs.org>
Wed, 27 Jun 2007 00:05:28 +0000
(10:05 +1000)
committer
Jeremy Kerr
<jk@ozlabs.org>
Wed, 27 Jun 2007 00:05:28 +0000
(10:05 +1000)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
utils/ps3-kboot-0.1-petitboot.patch
patch
|
blob
|
history
diff --git
a/utils/ps3-kboot-0.1-petitboot.patch
b/utils/ps3-kboot-0.1-petitboot.patch
index 61d4979d694e271bb4a5390488513c0f7fae99d4..651f5480ebd845d8b59f10ffab2b43e5e7494076 100644
(file)
--- a/
utils/ps3-kboot-0.1-petitboot.patch
+++ b/
utils/ps3-kboot-0.1-petitboot.patch
@@
-104,7
+104,7
@@
More info at http://ozlabs.org/~jk/projects/petitboot/
+$(TWIN_DIR)/.twin-configured: \
+ $(TWIN_DIR)/.twin-extracted
+ ( cd $(TWIN_DIR) && \
-+ ./configure --prefix=/ $(GNU_ARCH); )
++ ./configure --prefix=/
--disable-x11
$(GNU_ARCH); )
+ touch $@
+
+$(TWIN_DIR)/.twin-built: \