Bug 143 - Convert php package to Makefile.autotools.in and a ton of other improvements
Summary: Convert php package to Makefile.autotools.in and a ton of other improvements
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
: 5 77 141 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-03-04 16:48 UTC by Gustavo Zacarias
Modified: 2009-03-04 21:01 UTC (History)
1 user (show)

See Also:
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Build:


Attachments
Convert php to Makefile.autotools.in and other improvements (11.93 KB, patch)
2009-03-04 16:48 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Zacarias 2009-03-04 16:48:55 UTC
Created attachment 103 [details]
Convert php to Makefile.autotools.in and other improvements

This patch is a biggie:

* Migrate php package to Makefile.autotools.in

* Make PCRE regex an option (previously forced on)

* Add calendar option from bug #77

* Add external sqlite3 option from bug #141
New option BR2_PACKAGE_PHP_PDO_SQLITE_EXTERNAL

* Add alternate php.ini configuration option from bug #5
Named BR2_PACKAGE_PHP_CONFIG and defaults to shipped config.
In most scenarios the shipped config isn't good enough, it has a high memory limit for embedded for example.

* Changed some options from depends to select
Namely openssl, libxml2, zlib, gettext, gmp.

* Disabled some 'y' defaults to make things lighter by default
Namely libxml2, sqlite, pdo and pdo_sqlite.

* Made some of the extensions help text more verbose

Remember this one obsoletes my previous bugs #5, #77 and #141.
Hope i'm not stepping into someone's toes...
Comment 1 Peter Korsgaard 2009-03-04 20:59:05 UTC
Thanks! Committed as r25531.
Comment 2 Peter Korsgaard 2009-03-04 20:59:47 UTC
*** Bug 5 has been marked as a duplicate of this bug. ***
Comment 3 Peter Korsgaard 2009-03-04 21:00:34 UTC
*** Bug 77 has been marked as a duplicate of this bug. ***
Comment 4 Peter Korsgaard 2009-03-04 21:01:46 UTC
*** Bug 141 has been marked as a duplicate of this bug. ***