mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
libnetfilter_acct: 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
4c04f21b82
commit
25bb35ef10
26
package/libnetfilter_acct/libnetfilter-acct-01-uclinux.patch
Normal file
26
package/libnetfilter_acct/libnetfilter-acct-01-uclinux.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From bfcaf00a8c972e2c10412d917f08626eb05079c7 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||||
|
Date: Tue, 10 Sep 2013 15:32:03 -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 ad1bef8..24a7bb9 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -22,7 +22,7 @@ AC_DISABLE_STATIC
|
||||||
|
LT_INIT
|
||||||
|
CHECK_GCC_FVISIBILITY
|
||||||
|
case "$host" in
|
||||||
|
-*-*-linux*) ;;
|
||||||
|
+*-*-linux* | *-*-uclinux*) ;;
|
||||||
|
*) AC_MSG_ERROR([Linux only, dude!]);;
|
||||||
|
esac
|
||||||
|
|
||||||
|
--
|
||||||
|
1.8.1.5
|
||||||
|
|
@ -9,6 +9,7 @@ LIBNETFILTER_ACCT_SOURCE = libnetfilter_acct-$(LIBNETFILTER_ACCT_VERSION).tar.bz
|
|||||||
LIBNETFILTER_ACCT_SITE = http://www.netfilter.org/projects/libnetfilter_acct/files
|
LIBNETFILTER_ACCT_SITE = http://www.netfilter.org/projects/libnetfilter_acct/files
|
||||||
LIBNETFILTER_ACCT_INSTALL_STAGING = YES
|
LIBNETFILTER_ACCT_INSTALL_STAGING = YES
|
||||||
LIBNETFILTER_ACCT_DEPENDENCIES = host-pkgconf libmnl
|
LIBNETFILTER_ACCT_DEPENDENCIES = host-pkgconf libmnl
|
||||||
|
LIBNETFILTER_ACCT_AUTORECONF = YES
|
||||||
LIBNETFILTER_ACCT_LICENSE = LGPLv2.1+
|
LIBNETFILTER_ACCT_LICENSE = LGPLv2.1+
|
||||||
LIBNETFILTER_ACCT_LICENSE_FILES = COPYING
|
LIBNETFILTER_ACCT_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user