summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2007-06-27 10:05:28 +1000
committerJeremy Kerr <jk@ozlabs.org>2007-06-27 10:05:28 +1000
commitc24a319cec4c563845ddfe269ed7f2d9b962d922 (patch)
treefe83e9634ad5b9627d30f169b157ad230ec253f9 /utils
parentb100aeba908972cfb006264b51317f47a9d72aaf (diff)
downloadtalos-petitboot-c24a319cec4c563845ddfe269ed7f2d9b962d922.tar.gz
talos-petitboot-c24a319cec4c563845ddfe269ed7f2d9b962d922.zip
Use --disable-x11 for configuring libtwin in kboot.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/ps3-kboot-0.1-petitboot.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ps3-kboot-0.1-petitboot.patch b/utils/ps3-kboot-0.1-petitboot.patch
index 61d4979..651f548 100644
--- 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: \
OpenPOWER on IntegriCloud