[Buildroot] [Bug 10566] php.mk is missing option --with-pgsql

bugzilla at busybox.net bugzilla at busybox.net
Wed Jan 10 20:04:48 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=10566

Thomas Petazzoni <thomas.petazzoni at free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni at free-electrons.com> ---
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 ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list