From d8d1f8e08546a1ffbfe4ce93044d485c0677845a Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Sat, 15 Nov 2008 15:01:18 -0200 Subject: [PATCH] Gd: avoid testing for native X libraries. Use --without-x to avoid the detection of native X libraries. --- recipes/gd.recipe | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/gd.recipe b/recipes/gd.recipe index 97c2012..02ad4ee 100644 --- a/recipes/gd.recipe +++ b/recipes/gd.recipe @@ -2,7 +2,12 @@ name=gd version=2.0.35 release=1 download=http://www.libgd.org/releases -configure_opt='--disable-static --enable-shared ' + +configure_opt=" + --disable-static + --enable-shared + --without-x +" src_prep() { -- 2.11.4.GIT