[Buildroot] [PATCH] php: fix build breakage

Peter Korsgaard jacmet at uclibc.org
Sat Nov 26 12:56:24 UTC 2011


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 Gustavo> The zip extension requires zlib, so select it.

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
 Gustavo> ---
 Gustavo>  package/php/Config.ext |    2 ++
 Gustavo>  1 files changed, 2 insertions(+), 0 deletions(-)

 Gustavo> diff --git a/package/php/Config.ext b/package/php/Config.ext
 Gustavo> index 4f1614e..6df8cc3 100644
 Gustavo> --- a/package/php/Config.ext
 Gustavo> +++ b/package/php/Config.ext
 Gustavo> @@ -125,6 +125,8 @@ config BR2_PACKAGE_PHP_EXT_SYSVSHM
 
 Gustavo>  config BR2_PACKAGE_PHP_EXT_ZIP
 Gustavo>  	bool "zip"
 Gustavo> +	select BR2_PACKAGE_PHP_EXT_ZLIB
 Gustavo> +	select BR2_PACKAGE_ZLIB

Thanks, but selecting the zlib extension doesn't seem completely right
(not a big deal, but still), so I've changed it to only select zlib +
add the --with-zlib / add zlib to deps in the .mk instead.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list