From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/php
Date: Sun, 01 Jun 2008 21:31:07 +0200 [thread overview]
Message-ID: <8763stkl50.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <20080601180414.033A73C836@busybox.net> (antab@uclibc.org's message of "Sun\, 1 Jun 2008 11\:04\:13 -0700 \(PDT\)")
>>>>> "antab" == antab <antab@uclibc.org> writes:
antab> Author: antab
antab> Date: 2008-06-01 11:04:13 -0700 (Sun, 01 Jun 2008)
antab> New Revision: 22164
antab> Log:
antab> Dump php to version 5.2.6 and add SimpleXML extension to config menu
...
antab> config BR2_PACKAGE_PHP_EXT_OPENSSL
antab> - bool "openssl"
antab> - depends on BR2_PACKAGE_PHP && BR2_PACKAGE_OPENSSL
antab> - default n
antab> - help
antab> - openssl support
antab> + bool "openssl"
antab> + depends on BR2_PACKAGE_PHP && BR2_PACKAGE_OPENSSL
antab> + default n
antab> + help
antab> + openssl support
Please don't do white space and functional changes in the same commit.
antab> @@ -3,7 +3,7 @@
antab> # php
antab> #
antab> #############################################################
antab> -PHP_VER:=5.2.5
antab> +PHP_VER:=5.2.6
antab> PHP_SOURCE:=php-$(PHP_VER).tar.bz2
antab> PHP_SITE:=http://us.php.net/get/${PHP_SOURCE}/from/us2.php.net/mirror
antab> PHP_DIR:=$(BUILD_DIR)/php-$(PHP_VER)
antab> @@ -58,6 +58,9 @@
antab> --enable-xmlwriter
antab> PHP_DEPS+=libxml2
antab> endif
antab> +ifeq ($(BR2_PACKAGE_PHP_EXT_SIMPLEXML),y)
antab> + PHP_CONFIGURE+=--enable-simplexml
antab> +endif
antab> ifeq ($(BR2_PACKAGE_PHP_EXT_ZLIB),y)
antab> PHP_CONFIGURE+=--with-zlib=$(STAGING_DIR)/usr
antab> PHP_DEPS+=zlib
antab> @@ -105,20 +108,20 @@
antab> ### Database extensions
antab> ifeq ($(BR2_PACKAGE_PHP_EXT_SQLITE),y)
antab> - PHP_CONFIGURE+=--with-sql
antab> + PHP_CONFIGURE+=--with-sqlite
Don't you need a depends on BR2_PACKAGE_SQLITE?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2008-06-01 19:31 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-01 18:04 [Buildroot] svn commit: trunk/buildroot/package/php antab at uclibc.org
2008-06-01 19:31 ` Peter Korsgaard [this message]
2008-06-02 12:11 ` Peter Korsgaard
2008-06-02 13:15 ` Gustavo Zacarias
-- strict thread matches above, loose matches on Subject: below --
2009-03-04 20:58 jacmet at uclibc.org
2009-03-04 20:58 jacmet at uclibc.org
2009-03-02 19:05 jacmet at uclibc.org
2009-02-25 19:51 jacmet at uclibc.org
2009-02-21 9:06 jacmet at uclibc.org
2009-02-21 9:06 jacmet at uclibc.org
2009-02-20 21:55 jacmet at uclibc.org
2009-02-20 15:13 jacmet at uclibc.org
2009-01-25 20:59 ulf at uclibc.org
2009-01-11 20:08 ulf at uclibc.org
2008-12-13 11:01 tpetazzoni at uclibc.org
2008-06-16 9:49 jacmet at uclibc.org
2008-06-01 19:42 antab at uclibc.org
2008-03-25 8:49 jacmet at uclibc.org
2008-03-11 18:14 ninevoltz at uclibc.org
2008-03-06 18:21 ninevoltz at uclibc.org
2007-08-19 21:02 ulf at uclibc.org
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=8763stkl50.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