Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] php: fix build breakage
Date: Sat, 26 Nov 2011 13:56:24 +0100	[thread overview]
Message-ID: <874nxrjb47.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1322236144-2570-1-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Fri, 25 Nov 2011 12:49:04 -0300")

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

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

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@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

      reply	other threads:[~2011-11-26 12:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-25 15:49 [Buildroot] [PATCH] php: fix build breakage Gustavo Zacarias
2011-11-26 12:56 ` Peter Korsgaard [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874nxrjb47.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox