| Summary: | php.mk is missing option --with-pgsql | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Peter <Peter.Pashkov> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2017.02.5 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Peter
2017-12-08 19:13:37 UTC
We already have PostgreSQL support in PHP: ifeq ($(BR2_PACKAGE_PHP_EXT_PDO_POSTGRESQL),y) PHP_CONF_OPTS += --with-pdo-pgsql=$(STAGING_DIR)/usr PHP_DEPENDENCIES += postgresql endif Are you sure you had BR2_PACKAGE_PHP_EXT_PDO_POSTGRESQL enabled ? Currently only "--with-pdo-pgsql" is supported, but "--with-pgsql" is missing. Could you submit a patch adding the support for --with-pgsql ? Since you're the one who needs this, you're in the best position to actually test it. Fixed by commit 03d52226e2 package/php: add support for PostgreSQL (non-PDO) |