ulogd: Add back autoreconf 14280/head
authorRosen Penev <rosenp@gmail.com>
Tue, 17 Sep 2019 00:49:17 +0000 (17:49 -0700)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 20 Dec 2020 09:44:49 +0000 (11:44 +0200)
Compile fails at times, probably because of the patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 0fa6b856869c2d469ca1451b0405236bb57345c4)

net/ulogd/Makefile

index 12826f45b9bfbe4f77b5f2f5529f043f7d1e5efb..188091a1e69c5a37424b0b43d6b82e7697f68247 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ulogd
 PKG_VERSION:=2.0.7
-PKG_RELEASE:=5
+PKG_RELEASE:=6
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://netfilter.org/projects/ulogd/files/ \
@@ -20,6 +20,7 @@ PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=GPL-2.0-only
 PKG_LICENSE_FILES:=COPYING
 
+PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1