mirror of https://github.com/openwrt/packages.git
xtables-addons: bump to 3.26
extensions/ACCOUNT/Makefile.am change ${top_srcdir} to ../../ (used in 3.24) to fix the following error cp: cannot stat '/Volumes/x64/openwrt/build_dir/target-x86_64_musl/linux-x86_64/xtables-addons-3.26/ipkg-install/usr/lib/iptables/libxt_ACCOUNT.so': No such file or directory Signed-off-by: Georgi Valkov <gvalkov@gmail.com>pull/24541/head
parent
d9a7d152cf
commit
60f645f255
|
@ -7,9 +7,9 @@ include $(TOPDIR)/rules.mk
|
|||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=xtables-addons
|
||||
PKG_VERSION:=3.24
|
||||
PKG_RELEASE:=3
|
||||
PKG_HASH:=3e823f71720519ced31c4c7d2bfaf7120d9c01c59a0843dfcbe93c95c64d81c1
|
||||
PKG_VERSION:=3.26
|
||||
PKG_RELEASE:=1
|
||||
PKG_HASH:=0b52df2117bacf2e32d1d3f98d09dbf88b274390733d3955699b108acaf9f2a6
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://inai.de/files/xtables-addons/
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- a/extensions/ACCOUNT/Makefile.am
|
||||
+++ b/extensions/ACCOUNT/Makefile.am
|
||||
@@ -3,7 +3,7 @@
|
||||
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${abs_top_srcdir}/extensions
|
||||
AM_CFLAGS = ${regular_CFLAGS} ${libxtables_CFLAGS}
|
||||
|
||||
-include ${top_srcdir}/Makefile.extra
|
||||
+include ../../Makefile.extra
|
||||
|
||||
sbin_PROGRAMS = iptaccount
|
||||
iptaccount_LDADD = libxt_ACCOUNT_cl.la
|
Loading…
Reference in New Issue