|
@@ -23,6 +23,12 @@ POSTGRESQL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
|
|
# manually, you must unset MAKELEVEL or set it to zero"
|
|
|
POSTGRESQL_MAKE_OPTS = MAKELEVEL=0
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_POSTGRESQL_FULL),y)
|
|
|
+POSTGRESQL_MAKE_OPTS += world
|
|
|
+POSTGRESQL_INSTALL_TARGET_OPTS += DESTDIR=$(TARGET_DIR) install-world
|
|
|
+POSTGRESQL_INSTALL_STAGING_OPTS += DESTDIR=$(STAGING_DIR) install-world
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
|
|
|
# PostgreSQL does not build against uClibc with locales
|
|
|
# enabled, due to an uClibc bug, see
|