Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/syslog-ng: fix libnet detection
@ 2017-06-25  8:37 Bernd Kuhls
  2017-06-25  9:55 ` Chris Packham
  2017-07-02 16:21 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2017-06-25  8:37 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/e71/e718aab76d41c9c1aa5f9e3e74fb48b63038f254/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/syslog-ng/syslog-ng.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/syslog-ng/syslog-ng.mk b/package/syslog-ng/syslog-ng.mk
index bc49fadf9..325fac584 100644
--- a/package/syslog-ng/syslog-ng.mk
+++ b/package/syslog-ng/syslog-ng.mk
@@ -71,7 +71,9 @@ endif
 
 ifeq ($(BR2_PACKAGE_LIBNET),y)
 SYSLOG_NG_DEPENDENCIES += libnet
-SYSLOG_NG_CONF_OPTS += --enable-spoof-source
+SYSLOG_NG_CONF_OPTS += \
+	--with-libnet=$(STAGING_DIR)/usr/bin \
+	--enable-spoof-source
 else
 SYSLOG_NG_CONF_OPTS += --disable-spoof-source
 endif
-- 
2.11.0

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

* [Buildroot] [PATCH 1/1] package/syslog-ng: fix libnet detection
  2017-06-25  8:37 [Buildroot] [PATCH 1/1] package/syslog-ng: fix libnet detection Bernd Kuhls
@ 2017-06-25  9:55 ` Chris Packham
  2017-06-25 10:36   ` Bernd Kuhls
  2017-07-02 16:21 ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Chris Packham @ 2017-06-25  9:55 UTC (permalink / raw)
  To: buildroot

On 25/06/2017 8:37 PM, "Bernd Kuhls" <bernd.kuhls@t-online.de> wrote:

Fixes
http://autobuild.buildroot.net/results/e71/e718aab76d41c9c1aa5f9e3e74fb48
b63038f254/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/syslog-ng/syslog-ng.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/syslog-ng/syslog-ng.mk b/package/syslog-ng/syslog-ng.mk
index bc49fadf9..325fac584 100644
--- a/package/syslog-ng/syslog-ng.mk
+++ b/package/syslog-ng/syslog-ng.mk
@@ -71,7 +71,9 @@ endif

 ifeq ($(BR2_PACKAGE_LIBNET),y)
 SYSLOG_NG_DEPENDENCIES += libnet
-SYSLOG_NG_CONF_OPTS += --enable-spoof-source
+SYSLOG_NG_CONF_OPTS += \
+       --with-libnet=$(STAGING_DIR)/usr/bin \
+       --enable-spoof-source


The usr/bin threw me at first but I assume the configure test looks for
libnet-config.

Reviewed-by: Chris Packham <judge.packham@gmail.com>


 else
 SYSLOG_NG_CONF_OPTS += --disable-spoof-source
 endif
--
2.11.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170625/2e2a9108/attachment.html>

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

* [Buildroot] [PATCH 1/1] package/syslog-ng: fix libnet detection
  2017-06-25  9:55 ` Chris Packham
@ 2017-06-25 10:36   ` Bernd Kuhls
  0 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2017-06-25 10:36 UTC (permalink / raw)
  To: buildroot

Chris Packham <judge.packham@gmail.com> wrote 
in news:CAFOYHZBgM6XTf2Xah=1fe+w-5Zg+RAky=pSRsT60hs3ij44oCQ at mail.gmail.com:

> The usr/bin threw me at first but I assume the configure test looks for
> libnet-config.

Hi Chris,

yes, it does:
https://github.com/balabit/syslog-ng/blob/master/configure.ac#L918

Regards, Bernd

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

* [Buildroot] [PATCH 1/1] package/syslog-ng: fix libnet detection
  2017-06-25  8:37 [Buildroot] [PATCH 1/1] package/syslog-ng: fix libnet detection Bernd Kuhls
  2017-06-25  9:55 ` Chris Packham
@ 2017-07-02 16:21 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-07-02 16:21 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Fixes
 > http://autobuild.buildroot.net/results/e71/e718aab76d41c9c1aa5f9e3e74fb48b63038f254/

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-07-02 16:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-25  8:37 [Buildroot] [PATCH 1/1] package/syslog-ng: fix libnet detection Bernd Kuhls
2017-06-25  9:55 ` Chris Packham
2017-06-25 10:36   ` Bernd Kuhls
2017-07-02 16:21 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox