* [Buildroot] [PATCH 1/1] package/postgresql: fix build with NLS
@ 2019-04-20 13:35 Fabrice Fontaine
2019-04-20 14:15 ` Thomas Petazzoni
2019-04-26 12:36 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-04-20 13:35 UTC (permalink / raw)
To: buildroot
Fixes:
- http://autobuild.buildroot.org/results/0d35378b8bdcfffb0cefd264c95ca3617034559b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/postgresql/postgresql.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/postgresql/postgresql.mk b/package/postgresql/postgresql.mk
index c7e9f526fc..8f01460109 100644
--- a/package/postgresql/postgresql.mk
+++ b/package/postgresql/postgresql.mk
@@ -14,8 +14,10 @@ POSTGRESQL_CONFIG_SCRIPTS = pg_config
POSTGRESQL_CONF_ENV = \
ac_cv_type_struct_sockaddr_in6=yes \
pgac_cv_snprintf_long_long_int_modifier="ll" \
- pgac_cv_snprintf_size_t_support=yes
+ pgac_cv_snprintf_size_t_support=yes \
+ LIBS=$(TARGET_NLS_LIBS)
POSTGRESQL_CONF_OPTS = --disable-rpath
+POSTGRESQL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
# https://www.postgresql.org/docs/11/static/install-procedure.html:
# "If you want to invoke the build from another makefile rather than
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/postgresql: fix build with NLS
2019-04-20 13:35 [Buildroot] [PATCH 1/1] package/postgresql: fix build with NLS Fabrice Fontaine
@ 2019-04-20 14:15 ` Thomas Petazzoni
2019-04-26 12:36 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-04-20 14:15 UTC (permalink / raw)
To: buildroot
On Sat, 20 Apr 2019 15:35:51 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Fixes:
> - http://autobuild.buildroot.org/results/0d35378b8bdcfffb0cefd264c95ca3617034559b
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/postgresql/postgresql.mk | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/postgresql: fix build with NLS
2019-04-20 13:35 [Buildroot] [PATCH 1/1] package/postgresql: fix build with NLS Fabrice Fontaine
2019-04-20 14:15 ` Thomas Petazzoni
@ 2019-04-26 12:36 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-04-26 12:36 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Fixes:
> - http://autobuild.buildroot.org/results/0d35378b8bdcfffb0cefd264c95ca3617034559b
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2019.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-04-26 12:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20 13:35 [Buildroot] [PATCH 1/1] package/postgresql: fix build with NLS Fabrice Fontaine
2019-04-20 14:15 ` Thomas Petazzoni
2019-04-26 12:36 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox