* [Buildroot] [PATCH 1/1] package/collectd: fix build with luajit
@ 2020-08-22 13:02 Fabrice Fontaine
2020-08-22 15:52 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-08-22 13:02 UTC (permalink / raw)
To: buildroot
Build with luajit has been enabled with commit
911a9bf5739d94545cc482c765f876a9ff73e304 however the build fails because
collectd does not find liblua
Fixes:
- http://autobuild.buildroot.org/results/31302b47fb70eb442cd000f4b9f27a9e12432cc3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/collectd/collectd.mk | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
index 21da8fddc8..25ffaa7468 100644
--- a/package/collectd/collectd.mk
+++ b/package/collectd/collectd.mk
@@ -198,6 +198,9 @@ endif
ifeq ($(BR2_PACKAGE_LIBCURL),y)
COLLECTD_CONF_OPTS += --with-libcurl=$(STAGING_DIR)/usr
endif
+ifeq ($(BR2_PACKAGE_LUAJIT),y)
+COLLECTD_CONF_ENV += LIBLUA_PKG_CONFIG_NAME=luajit
+endif
ifeq ($(BR2_PACKAGE_MYSQL),y)
COLLECTD_CONF_OPTS += --with-libmysql=$(STAGING_DIR)/usr
endif
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/collectd: fix build with luajit
2020-08-22 13:02 [Buildroot] [PATCH 1/1] package/collectd: fix build with luajit Fabrice Fontaine
@ 2020-08-22 15:52 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2020-08-22 15:52 UTC (permalink / raw)
To: buildroot
Fabrice, All,
On 2020-08-22 15:02 +0200, Fabrice Fontaine spake thusly:
> Build with luajit has been enabled with commit
> 911a9bf5739d94545cc482c765f876a9ff73e304 however the build fails because
> collectd does not find liblua
>
> Fixes:
> - http://autobuild.buildroot.org/results/31302b47fb70eb442cd000f4b9f27a9e12432cc3
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/collectd/collectd.mk | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
> index 21da8fddc8..25ffaa7468 100644
> --- a/package/collectd/collectd.mk
> +++ b/package/collectd/collectd.mk
> @@ -198,6 +198,9 @@ endif
> ifeq ($(BR2_PACKAGE_LIBCURL),y)
> COLLECTD_CONF_OPTS += --with-libcurl=$(STAGING_DIR)/usr
> endif
> +ifeq ($(BR2_PACKAGE_LUAJIT),y)
> +COLLECTD_CONF_ENV += LIBLUA_PKG_CONFIG_NAME=luajit
> +endif
> ifeq ($(BR2_PACKAGE_MYSQL),y)
> COLLECTD_CONF_OPTS += --with-libmysql=$(STAGING_DIR)/usr
> endif
> --
> 2.28.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-22 15:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-22 13:02 [Buildroot] [PATCH 1/1] package/collectd: fix build with luajit Fabrice Fontaine
2020-08-22 15:52 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox