commit
7594111cf2
2 changed files with 12 additions and 1 deletions
|
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=xtables-addons
|
PKG_NAME:=xtables-addons
|
||||||
PKG_VERSION:=3.9
|
PKG_VERSION:=3.9
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_HASH:=064dd68937d98e6cfcbdf51ef459310d9810c17ab31b21285bc7a76cdcef7c49
|
PKG_HASH:=064dd68937d98e6cfcbdf51ef459310d9810c17ab31b21285bc7a76cdcef7c49
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
|
|
11
net/xtables-addons/patches/210-freebsd-build-fix.patch
Normal file
11
net/xtables-addons/patches/210-freebsd-build-fix.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/extensions/LUA/Makefile
|
||||||
|
+++ b/extensions/LUA/Makefile
|
||||||
|
@@ -110,7 +110,7 @@
|
||||||
|
RANLIB = ranlib
|
||||||
|
SED = /bin/sed
|
||||||
|
SET_MAKE =
|
||||||
|
-SHELL = /bin/bash
|
||||||
|
+SHELL = /bin/sh
|
||||||
|
STRIP = strip
|
||||||
|
VERSION = 1.21
|
||||||
|
abs_builddir = /home/andre/Dropbox/xtables-addons/extensions/LUA
|
Loading…
Reference in a new issue