From c24a319cec4c563845ddfe269ed7f2d9b962d922 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 27 Jun 2007 10:05:28 +1000 Subject: Use --disable-x11 for configuring libtwin in kboot. Signed-off-by: Jeremy Kerr --- utils/ps3-kboot-0.1-petitboot.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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: \ -- cgit v1.2.1