diff mbox

[1/3] package/rsyslog: Autoreconf is not necessary anymore

Message ID 1428738737-3238-1-git-send-email-bernd.kuhls@t-online.de
State Accepted
Commit 7e624b3638420bb688f1f46a63cb78eb88430884
Headers show

Commit Message

Bernd Kuhls April 11, 2015, 7:52 a.m. UTC
Buildroot contains no patches for this package anymore.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/rsyslog/rsyslog.mk |    2 --
 1 file changed, 2 deletions(-)

Comments

Yann E. MORIN April 11, 2015, 9:17 a.m. UTC | #1
Bernd, All,

On 2015-04-11 09:52 +0200, Bernd Kuhls spake thusly:
> Buildroot contains no patches for this package anymore.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[build-tested only]
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/rsyslog/rsyslog.mk |    2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
> index c6758eb..7d49ed1 100644
> --- a/package/rsyslog/rsyslog.mk
> +++ b/package/rsyslog/rsyslog.mk
> @@ -16,8 +16,6 @@ RSYSLOG_PLUGINS = imdiag imfile impstats imptcp \
>  	pmaixforwardedfrom pmciscoios pmcisconames pmlastmsg pmsnare
>  RSYSLOG_CONF_OPTS = --disable-generate-man-pages \
>  	$(foreach x,$(call qstrip,$(RSYSLOG_PLUGINS)),--enable-$(x))
> -# For mysql and pgsql support patches
> -RSYSLOG_AUTORECONF = YES
>  
>  # Build after BusyBox
>  ifeq ($(BR2_PACKAGE_BUSYBOX),y)
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
index c6758eb..7d49ed1 100644
--- a/package/rsyslog/rsyslog.mk
+++ b/package/rsyslog/rsyslog.mk
@@ -16,8 +16,6 @@  RSYSLOG_PLUGINS = imdiag imfile impstats imptcp \
 	pmaixforwardedfrom pmciscoios pmcisconames pmlastmsg pmsnare
 RSYSLOG_CONF_OPTS = --disable-generate-man-pages \
 	$(foreach x,$(call qstrip,$(RSYSLOG_PLUGINS)),--enable-$(x))
-# For mysql and pgsql support patches
-RSYSLOG_AUTORECONF = YES
 
 # Build after BusyBox
 ifeq ($(BR2_PACKAGE_BUSYBOX),y)