All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libnet: add LIBNET_CONFIG_SCRIPTS
@ 2021-03-16 20:18 Fabrice Fontaine
  2021-03-16 20:25 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-03-16 20:18 UTC (permalink / raw)
  To: buildroot

Set LIBNET_CONFIG_SCRIPTS to libnet-config to fix a build failure with
syslog-ng and libnet in version 1.2 due to -L$(libdir) which has been
added with
https://github.com/libnet/libnet/commit/6859d1f198f97aad129c54fcd156700a9178204e

Fixes:
 - http://autobuild.buildroot.org/results/45e517401d14e304e9c6c990f1b4ead92c850ba2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libnet/libnet.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libnet/libnet.mk b/package/libnet/libnet.mk
index da7d5db3ed..a5a814f4d2 100644
--- a/package/libnet/libnet.mk
+++ b/package/libnet/libnet.mk
@@ -13,5 +13,6 @@ LIBNET_CONF_OPTS = libnet_cv_have_packet_socket=yes
 LIBNET_LICENSE = BSD-2-Clause, BSD-3-Clause
 LIBNET_LICENSE_FILES = LICENSE
 LIBNET_CPE_ID_VENDOR = libnet_project
+LIBNET_CONFIG_SCRIPTS = libnet-config
 
 $(eval $(autotools-package))
-- 
2.30.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/libnet: add LIBNET_CONFIG_SCRIPTS
  2021-03-16 20:18 [Buildroot] [PATCH 1/1] package/libnet: add LIBNET_CONFIG_SCRIPTS Fabrice Fontaine
@ 2021-03-16 20:25 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-03-16 20:25 UTC (permalink / raw)
  To: buildroot

On Tue, 16 Mar 2021 21:18:24 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Set LIBNET_CONFIG_SCRIPTS to libnet-config to fix a build failure with
> syslog-ng and libnet in version 1.2 due to -L$(libdir) which has been
> added with
> https://github.com/libnet/libnet/commit/6859d1f198f97aad129c54fcd156700a9178204e
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/45e517401d14e304e9c6c990f1b4ead92c850ba2
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/libnet/libnet.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-16 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16 20:18 [Buildroot] [PATCH 1/1] package/libnet: add LIBNET_CONFIG_SCRIPTS Fabrice Fontaine
2021-03-16 20:25 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.