From 0fa6b856869c2d469ca1451b0405236bb57345c4 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 16 Sep 2019 17:49:17 -0700 Subject: [PATCH] ulogd: Add back autoreconf Compile fails at times, probably because of the patches. Signed-off-by: Rosen Penev --- net/ulogd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ulogd/Makefile b/net/ulogd/Makefile index 12826f45b..188091a1e 100644 --- a/net/ulogd/Makefile +++ b/net/ulogd/Makefile @@ -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 PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1