mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
libnetfilter_conntrack: 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
836105d985
commit
938ea47b28
@ -0,0 +1,26 @@
|
|||||||
|
From bdf4afdcb68f62fcd05536b8cb68478d3ea31c68 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||||
|
Date: Tue, 10 Sep 2013 15:46:19 -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 12e1d16..1edfd66 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -19,7 +19,7 @@ AC_PROG_INSTALL
|
||||||
|
AC_PROG_LN_S
|
||||||
|
|
||||||
|
case "$host" in
|
||||||
|
-*-*-linux*) ;;
|
||||||
|
+*-*-linux* | *-*-uclinux*) ;;
|
||||||
|
*) AC_MSG_ERROR([Linux only, dude!]);;
|
||||||
|
esac
|
||||||
|
|
||||||
|
--
|
||||||
|
1.8.1.5
|
||||||
|
|
@ -9,6 +9,7 @@ LIBNETFILTER_CONNTRACK_SOURCE = libnetfilter_conntrack-$(LIBNETFILTER_CONNTRACK_
|
|||||||
LIBNETFILTER_CONNTRACK_SITE = http://www.netfilter.org/projects/libnetfilter_conntrack/files
|
LIBNETFILTER_CONNTRACK_SITE = http://www.netfilter.org/projects/libnetfilter_conntrack/files
|
||||||
LIBNETFILTER_CONNTRACK_INSTALL_STAGING = YES
|
LIBNETFILTER_CONNTRACK_INSTALL_STAGING = YES
|
||||||
LIBNETFILTER_CONNTRACK_DEPENDENCIES = host-pkgconf libnfnetlink libmnl
|
LIBNETFILTER_CONNTRACK_DEPENDENCIES = host-pkgconf libnfnetlink libmnl
|
||||||
|
LIBNETFILTER_CONNTRACK_AUTORECONF = YES
|
||||||
LIBNETFILTER_CONNTRACK_LICENSE = GPLv2+
|
LIBNETFILTER_CONNTRACK_LICENSE = GPLv2+
|
||||||
LIBNETFILTER_CONNTRACK_LICENSE_FILES = COPYING
|
LIBNETFILTER_CONNTRACK_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user