* [Buildroot] [PATCH 1/1] package/iputils: fix build without NLS @ 2019-07-19 21:11 Fabrice Fontaine 2019-07-22 6:29 ` Petr Vorel 2019-08-01 13:48 ` Thomas Petazzoni 0 siblings, 2 replies; 3+ messages in thread From: Fabrice Fontaine @ 2019-07-19 21:11 UTC (permalink / raw) To: buildroot Set USE_GETTEXT depending on BR2_SYSTEM_ENABLE_NLS as otherwise build will fail if gettext is not installed on host because USE_GETTEXT is enabled by default since version 20190324 and https://github.com/iputils/iputils/commit/2615a527209bb408b54028ef6405075cadd4541b Fixes: - http://autobuild.buildroot.org/results/127823ddbd75336abc0fe0e9bd11e4f5249df87c Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> --- package/iputils/iputils.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package/iputils/iputils.mk b/package/iputils/iputils.mk index 8e6a3e2fc5..b28222138f 100644 --- a/package/iputils/iputils.mk +++ b/package/iputils/iputils.mk @@ -49,6 +49,12 @@ IPUTILS_CONF_OPTS += -DUSE_CRYPTO=none IPUTILS_CONF_OPTS += -DBUILD_NINFOD=false endif +ifeq ($(BR2_SYSTEM_ENABLE_NLS),y) +IPUTILS_CONF_OPTS += -DUSE_GETTEXT=true +else +IPUTILS_CONF_OPTS += -DUSE_GETTEXT=false +endif + IPUTILS_CONF_OPTS += -DBUILD_TRACEROUTE6=true # XSL Stylesheets for DocBook 5 not packaged for buildroot -- 2.20.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/iputils: fix build without NLS 2019-07-19 21:11 [Buildroot] [PATCH 1/1] package/iputils: fix build without NLS Fabrice Fontaine @ 2019-07-22 6:29 ` Petr Vorel 2019-08-01 13:48 ` Thomas Petazzoni 1 sibling, 0 replies; 3+ messages in thread From: Petr Vorel @ 2019-07-22 6:29 UTC (permalink / raw) To: buildroot Hi Fabrice, > Set USE_GETTEXT depending on BR2_SYSTEM_ENABLE_NLS as otherwise build > will fail if gettext is not installed on host because USE_GETTEXT is > enabled by default since version 20190324 and > https://github.com/iputils/iputils/commit/2615a527209bb408b54028ef6405075cadd4541b > Fixes: > - http://autobuild.buildroot.org/results/127823ddbd75336abc0fe0e9bd11e4f5249df87c > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Acked-by: Petr Vorel <petr.vorel@gmail.com> Thanks for fixing it! Hope that's the last one needed due changing build system to meson :). Kind regards, Petr ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/iputils: fix build without NLS 2019-07-19 21:11 [Buildroot] [PATCH 1/1] package/iputils: fix build without NLS Fabrice Fontaine 2019-07-22 6:29 ` Petr Vorel @ 2019-08-01 13:48 ` Thomas Petazzoni 1 sibling, 0 replies; 3+ messages in thread From: Thomas Petazzoni @ 2019-08-01 13:48 UTC (permalink / raw) To: buildroot On Fri, 19 Jul 2019 23:11:52 +0200 Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote: > Set USE_GETTEXT depending on BR2_SYSTEM_ENABLE_NLS as otherwise build > will fail if gettext is not installed on host because USE_GETTEXT is > enabled by default since version 20190324 and > https://github.com/iputils/iputils/commit/2615a527209bb408b54028ef6405075cadd4541b > > Fixes: > - http://autobuild.buildroot.org/results/127823ddbd75336abc0fe0e9bd11e4f5249df87c > > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> > --- > package/iputils/iputils.mk | 6 ++++++ > 1 file changed, 6 insertions(+) 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
end of thread, other threads:[~2019-08-01 13:48 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-07-19 21:11 [Buildroot] [PATCH 1/1] package/iputils: fix build without NLS Fabrice Fontaine 2019-07-22 6:29 ` Petr Vorel 2019-08-01 13:48 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox