From 8ffabb286557cd1835eb91b75ec39c854c6ffb1c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 28 Aug 2008 16:43:12 +0000 Subject: [PATCH] attempting to work around our build issue on 64bits --- config.planetlab/devel.pkgs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.planetlab/devel.pkgs b/config.planetlab/devel.pkgs index 32797129..294aecca 100644 --- a/config.planetlab/devel.pkgs +++ b/config.planetlab/devel.pkgs @@ -68,7 +68,9 @@ package: ghostscript # PLCAPI package: docbook-utils-pdf package: postgresql postgresql-devel postgresql-python postgresql-server -package: php php-devel php-gd php-pgsql +# if we don't specify @arch@ for php-devel, we end up with the 2 variants (i386 and x86_64) +# in an undetermined order, and php-config --extension-dir might return the wrong place +package: php php-devel.@arch@ php-gd php-pgsql package: PyXML # used to reference SOAPpy as well # for pypcilib -- 2.47.0