ipset: add patch for uclinux tuple
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ad434b3fe7
commit
4c04f21b82
26
package/ipset/ipset-01-uclinux.patch
Normal file
26
package/ipset/ipset-01-uclinux.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From 8ec2a85a29817f5aa3f6fb680753d331e2af3591 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||||
|
Date: Tue, 10 Sep 2013 15:28:49 -0300
|
||||||
|
Subject: [PATCH] configure: uclinux is also linux
|
||||||
|
|
||||||
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||||
|
---
|
||||||
|
configure.ac | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index 6b64576..6d06ef5 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -14,7 +14,7 @@ LTDL_INIT([nonrecursive])
|
||||||
|
|
||||||
|
dnl Shortcut: Linux supported alone
|
||||||
|
case "$host" in
|
||||||
|
-*-*-linux*) ;;
|
||||||
|
+*-*-linux* | *-*-uclinux*) ;;
|
||||||
|
*) AC_MSG_ERROR([Linux systems supported exclusively!]);;
|
||||||
|
esac
|
||||||
|
|
||||||
|
--
|
||||||
|
1.8.1.5
|
||||||
|
|
@ -9,6 +9,7 @@ IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
|
|||||||
IPSET_SITE = http://ipset.netfilter.org
|
IPSET_SITE = http://ipset.netfilter.org
|
||||||
IPSET_DEPENDENCIES = libmnl host-pkgconf
|
IPSET_DEPENDENCIES = libmnl host-pkgconf
|
||||||
IPSET_CONF_OPT = --with-kmod=no
|
IPSET_CONF_OPT = --with-kmod=no
|
||||||
|
IPSET_AUTORECONF = YES
|
||||||
IPSET_LICENSE = GPLv2
|
IPSET_LICENSE = GPLv2
|
||||||
IPSET_LICENSE_FILES = COPYING
|
IPSET_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user