* [Buildroot] [PATCH 1/1] package/libuhttpd: disable test plugin
@ 2020-04-24 9:27 Fabrice Fontaine
2020-04-24 10:00 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-04-24 9:27 UTC (permalink / raw)
To: buildroot
test plugin needs dynamic library support
Fixes:
- http://autobuild.buildroot.org/results/ce7c69ceac3390f6d22f777e4cf908188486c6b7
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libuhttpd/libuhttpd.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/libuhttpd/libuhttpd.mk b/package/libuhttpd/libuhttpd.mk
index 59a8b45c07..9c026cff02 100644
--- a/package/libuhttpd/libuhttpd.mk
+++ b/package/libuhttpd/libuhttpd.mk
@@ -10,6 +10,7 @@ LIBUHTTPD_LICENSE = MIT
LIBUHTTPD_LICENSE_FILES = LICENSE
LIBUHTTPD_INSTALL_STAGING = YES
LIBUHTTPD_DEPENDENCIES = libev
+LIBUHTTPD_CONF_OPTS = -DBUILD_TEST_PLUGIN=OFF
ifeq ($(BR2_PACKAGE_OPENSSL),y)
LIBUHTTPD_DEPENDENCIES += openssl
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/libuhttpd: disable test plugin
2020-04-24 9:27 [Buildroot] [PATCH 1/1] package/libuhttpd: disable test plugin Fabrice Fontaine
@ 2020-04-24 10:00 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2020-04-24 10:00 UTC (permalink / raw)
To: buildroot
Fabice, All,
On 2020-04-24 11:27 +0200, Fabrice Fontaine spake thusly:
> test plugin needs dynamic library support
>
> Fixes:
> - http://autobuild.buildroot.org/results/ce7c69ceac3390f6d22f777e4cf908188486c6b7
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/libuhttpd/libuhttpd.mk | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/package/libuhttpd/libuhttpd.mk b/package/libuhttpd/libuhttpd.mk
> index 59a8b45c07..9c026cff02 100644
> --- a/package/libuhttpd/libuhttpd.mk
> +++ b/package/libuhttpd/libuhttpd.mk
> @@ -10,6 +10,7 @@ LIBUHTTPD_LICENSE = MIT
> LIBUHTTPD_LICENSE_FILES = LICENSE
> LIBUHTTPD_INSTALL_STAGING = YES
> LIBUHTTPD_DEPENDENCIES = libev
> +LIBUHTTPD_CONF_OPTS = -DBUILD_TEST_PLUGIN=OFF
>
> ifeq ($(BR2_PACKAGE_OPENSSL),y)
> LIBUHTTPD_DEPENDENCIES += openssl
> --
> 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. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-24 10:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-24 9:27 [Buildroot] [PATCH 1/1] package/libuhttpd: disable test plugin Fabrice Fontaine
2020-04-24 10:00 ` 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