Bug 1945 - PHP: add sqlite3 dependency when using external lib
Summary: PHP: add sqlite3 dependency when using external lib
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: 2010.08
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 18:48 UTC by Gustavo Zacarias
Modified: 2010-06-06 20:46 UTC (History)
1 user (show)

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


Attachments
PHP: add sqlite3 dependency when using external lib (798 bytes, patch)
2010-06-03 18: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 2010-06-03 18:48:54 UTC
Created attachment 1891 [details]
PHP: add sqlite3 dependency when using external lib

PHP can use an internal or external sqlite3 for PDO.
When using the external option there's a missing dependency that can provoke a build failure for php since sqlite3 wasn't built before.
Comment 1 Peter Korsgaard 2010-06-06 20:46:36 UTC
Committed, thanks