From: Thierry Parmentelat Date: Thu, 28 Aug 2008 16:43:12 +0000 (+0000) Subject: attempting to work around our build issue on 64bits X-Git-Tag: 4.2-rc21~7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8ffabb286557cd1835eb91b75ec39c854c6ffb1c;p=build.git attempting to work around our build issue on 64bits --- 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