Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: antab at uclibc.org <antab@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/php
Date: Sun,  1 Jun 2008 12:42:16 -0700 (PDT)	[thread overview]
Message-ID: <20080601194216.988BB3C86A@busybox.net> (raw)

Author: antab
Date: 2008-06-01 12:42:14 -0700 (Sun, 01 Jun 2008)
New Revision: 22167

Log:
Add missing depends


Modified:
   trunk/buildroot/package/php/Config.ext
   trunk/buildroot/package/php/php.mk


Changeset:
Modified: trunk/buildroot/package/php/Config.ext
===================================================================
--- trunk/buildroot/package/php/Config.ext	2008-06-01 19:28:44 UTC (rev 22166)
+++ trunk/buildroot/package/php/Config.ext	2008-06-01 19:42:14 UTC (rev 22167)
@@ -145,6 +145,7 @@
 config BR2_PACKAGE_PHP_EXT_SQLITE
 	bool "sqlite"
 	depends on BR2_PACKAGE_PHP
+	select BR2_PACKAGE_SQLITE
 	default y
 	help
 	  SQLite
@@ -173,6 +174,7 @@
 config BR2_PACKAGE_PHP_EXT_PDO_MYSQL
 	bool "PDO_MySQL"
 	depends on BR2_PACKAGE_PHP && BR2_PACKAGE_PHP_EXT_PDO
+	select BR2_PACKAGE_MYSQL_CLIENT
 	default n
 	help
 	  MySQL support for PDO

Modified: trunk/buildroot/package/php/php.mk
===================================================================
--- trunk/buildroot/package/php/php.mk	2008-06-01 19:28:44 UTC (rev 22166)
+++ trunk/buildroot/package/php/php.mk	2008-06-01 19:42:14 UTC (rev 22167)
@@ -109,6 +109,7 @@
 ### Database extensions
 ifeq ($(BR2_PACKAGE_PHP_EXT_SQLITE),y)
 	PHP_CONFIGURE+=--with-sqlite
+	PHP_DEPS+=sqlite
 ifeq ($(BR2_PACKAGE_PHP_EXT_SQLITE_UTF8),y)
 	PHP_CONFIGURE+=--enable-sqlite-utf8
 endif

             reply	other threads:[~2008-06-01 19:42 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-01 19:42 antab at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-04 20:58 [Buildroot] svn commit: trunk/buildroot/package/php 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 18:04 antab at uclibc.org
2008-06-01 19:31 ` Peter Korsgaard
2008-06-02 12:11 ` Peter Korsgaard
2008-06-02 13:15   ` Gustavo Zacarias
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=20080601194216.988BB3C86A@busybox.net \
    --to=antab@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