Bug 1945

Summary: PHP: add sqlite3 dependency when using external lib
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.08   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Attachments: PHP: add sqlite3 dependency when using external lib

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