|
@@ -50,7 +50,7 @@ POSTGRESQL_DEPENDENCIES += tzdata
|
|
POSTGRESQL_CONF_OPTS += --with-system-tzdata=/usr/share/zoneinfo
|
|
POSTGRESQL_CONF_OPTS += --with-system-tzdata=/usr/share/zoneinfo
|
|
else
|
|
else
|
|
POSTGRESQL_DEPENDENCIES += host-zic
|
|
POSTGRESQL_DEPENDENCIES += host-zic
|
|
-POSTGRESQL_CONF_ENV += ZIC=$$(ZIC)
|
|
|
|
|
|
+POSTGRESQL_CONF_ENV += ZIC="$(ZIC)"
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|