All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/suricata: needs autoreconf
@ 2019-05-28 17:15 Fabrice Fontaine
  2019-05-28 20:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Fontaine @ 2019-05-28 17:15 UTC (permalink / raw)
  To: buildroot

Commit 1ce2db1090c494f57019af4f29691e0f86b48330 was the second patch of
a third patch serie, it was applied without the first one so
AUTORECONF=YES was missing and patch number was wrong. Fix these two
errors.

Fixes:
 - http://autobuild.buildroot.org/results/a26d3493399c43faa37d2d67d772e0833971a9de

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 ...patch => 0001-configure.ac-fix-static-build-with-pcap.patch} | 0
 package/suricata/suricata.mk                                    | 2 ++
 2 files changed, 2 insertions(+)
 rename package/suricata/{0002-configure.ac-fix-static-build-with-pcap.patch => 0001-configure.ac-fix-static-build-with-pcap.patch} (100%)

diff --git a/package/suricata/0002-configure.ac-fix-static-build-with-pcap.patch b/package/suricata/0001-configure.ac-fix-static-build-with-pcap.patch
similarity index 100%
rename from package/suricata/0002-configure.ac-fix-static-build-with-pcap.patch
rename to package/suricata/0001-configure.ac-fix-static-build-with-pcap.patch
diff --git a/package/suricata/suricata.mk b/package/suricata/suricata.mk
index e5884cdfe4..0491fad6d5 100644
--- a/package/suricata/suricata.mk
+++ b/package/suricata/suricata.mk
@@ -8,6 +8,8 @@ SURICATA_VERSION = 4.1.3
 SURICATA_SITE = https://www.openinfosecfoundation.org/download
 SURICATA_LICENSE = GPL-2.0
 SURICATA_LICENSE_FILES = COPYING LICENSE
+# We're patching configure.ac
+SURICATA_AUTORECONF = YES
 
 SURICATA_DEPENDENCIES = \
 	host-pkgconf \
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/suricata: needs autoreconf
  2019-05-28 17:15 [Buildroot] [PATCH 1/1] package/suricata: needs autoreconf Fabrice Fontaine
@ 2019-05-28 20:43 ` Thomas Petazzoni
  2019-05-28 20:43   ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2019-05-28 20:43 UTC (permalink / raw)
  To: buildroot

On Tue, 28 May 2019 19:15:30 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Commit 1ce2db1090c494f57019af4f29691e0f86b48330 was the second patch of
> a third patch serie, it was applied without the first one so
> AUTORECONF=YES was missing and patch number was wrong. Fix these two
> errors.
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/a26d3493399c43faa37d2d67d772e0833971a9de
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  ...patch => 0001-configure.ac-fix-static-build-with-pcap.patch} | 0
>  package/suricata/suricata.mk                                    | 2 ++
>  2 files changed, 2 insertions(+)
>  rename package/suricata/{0002-configure.ac-fix-static-build-with-pcap.patch => 0001-configure.ac-fix-static-build-with-pcap.patch} (100%)

Applied to next, thanks.

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

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

* [Buildroot] [PATCH 1/1] package/suricata: needs autoreconf
  2019-05-28 20:43 ` Thomas Petazzoni
@ 2019-05-28 20:43   ` Thomas Petazzoni
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-05-28 20:43 UTC (permalink / raw)
  To: buildroot

On Tue, 28 May 2019 22:43:32 +0200
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:

> On Tue, 28 May 2019 19:15:30 +0200
> Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> 
> > Commit 1ce2db1090c494f57019af4f29691e0f86b48330 was the second patch of
> > a third patch serie, it was applied without the first one so
> > AUTORECONF=YES was missing and patch number was wrong. Fix these two
> > errors.
> > 
> > Fixes:
> >  - http://autobuild.buildroot.org/results/a26d3493399c43faa37d2d67d772e0833971a9de
> > 
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> > ---
> >  ...patch => 0001-configure.ac-fix-static-build-with-pcap.patch} | 0
> >  package/suricata/suricata.mk                                    | 2 ++
> >  2 files changed, 2 insertions(+)
> >  rename package/suricata/{0002-configure.ac-fix-static-build-with-pcap.patch => 0001-configure.ac-fix-static-build-with-pcap.patch} (100%)  
> 
> Applied to next, thanks.

Gaah, wrong key shortcut: I applied to master, of course.

Best regards,

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

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

end of thread, other threads:[~2019-05-28 20:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 17:15 [Buildroot] [PATCH 1/1] package/suricata: needs autoreconf Fabrice Fontaine
2019-05-28 20:43 ` Thomas Petazzoni
2019-05-28 20:43   ` 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.