From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/domoticz: fix build with cmake < 3.16
Date: Mon, 23 Mar 2020 21:26:44 +0100 [thread overview]
Message-ID: <20200323202644.GI22325@scaer> (raw)
In-Reply-To: <20200323174221.606473-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2020-03-23 18:42 +0100, Fabrice Fontaine spake thusly:
> Disable precompiled header because it needs cmake >= 3.16 since version
> 2020.1 and
> https://github.com/domoticz/domoticz/commit/2430e5c85624139dd15a74267d6e50992e394509
>
> Fixes:
> - http://autobuild.buildroot.org/results/7c6e5cb35dffa142972ad19594c8cc092cbfaa76
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/domoticz/domoticz.mk | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/package/domoticz/domoticz.mk b/package/domoticz/domoticz.mk
> index 6df292764b..c7cbd3de0e 100644
> --- a/package/domoticz/domoticz.mk
> +++ b/package/domoticz/domoticz.mk
> @@ -19,6 +19,9 @@ DOMOTICZ_DEPENDENCIES = \
> sqlite \
> zlib
>
> +# Disable precompiled header as it needs cmake >= 3.16
> +DOMOTICZ_CONF_OPTS += -DUSE_PRECOMPILED_HEADER=OFF
Since this is the first assignment, I've changed to = instead of +=,
and applied to master, thanks.
Regards,
Yann E. MORIN.
> # Due to the dependency on mosquitto, domoticz depends on
> # !BR2_STATIC_LIBS so set USE_STATIC_BOOST and USE_OPENSSL_STATIC to OFF
> DOMOTICZ_CONF_OPTS += \
> --
> 2.25.1
>
> _______________________________________________
> 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. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2020-03-23 20:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-23 17:42 [Buildroot] [PATCH 1/1] package/domoticz: fix build with cmake < 3.16 Fabrice Fontaine
2020-03-23 20:26 ` Yann E. MORIN [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200323202644.GI22325@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox