[LEDE-DEV] Syslog-ng Makefile typo

Milan Kočvara milankocvara at gmail.com
Mon Jan 16 03:24:09 PST 2017


Hello.
I found typo in syslog-ng makefile.

I've upgraded to the newest version and I've made correction of the 
typo. Patch bellow.

Sorry for bad format of everything. I did it never :)

--- Makefile-orig       2017-01-16 12:06:44.367684776 +0100
+++ Makefile~   2017-01-16 12:22:47.198478933 +0100
@@ -1,14 +1,14 @@
  include  $(TOPDIR)/rules.mk

  PKG_NAME:=syslog-ng
-PKG_VERSION:=3.8.1
-PKG_RELEASE:=3
+PKG_VERSION:=3.9.1
+PKG_RELEASE:=1

  PKG_MAINTAINER:=W. Michael Petullo <mike at flyn.org>

  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 
PKG_SOURCE_URL:=https://github.com/balabit/syslog-ng/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
-PKG_MD5SUM:=acf14563cf5ce435db8db35486ce66af
+PKG_MD5SUM:=1b48da9ef620cf06e55e481b5abb677a

  PKG_INSTALL:=1

@@ -41,7 +41,7 @@
  CONFIGURE_ARGS += \
    $(call autoconf_bool,CONFIG_IPV6,ipv6) \
           --disable-dependency-tracking \
-         --disable-ampq \
+         --disable-amqp \
           --disable-tcp-wrapper \
           --disable-glibtest \
           --disable-mongodb \



More information about the Lede-dev mailing list