diff mbox

[01/11] libmnl: add patch for uclinux tuple

Message ID 1378841180-23467-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit ad434b3fe73af911d4eb38d71c816e3ca2195751
Headers show

Commit Message

Gustavo Zacarias Sept. 10, 2013, 7:26 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libmnl/libmnl-01-uclinux.patch | 26 ++++++++++++++++++++++++++
 package/libmnl/libmnl.mk               |  1 +
 2 files changed, 27 insertions(+)
 create mode 100644 package/libmnl/libmnl-01-uclinux.patch

Comments

Peter Korsgaard Sept. 12, 2013, 10:21 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed series, thanks - And don't forget to send the patches
upstream.
Gustavo Zacarias Sept. 12, 2013, 10:22 p.m. UTC | #2
On 09/12/2013 07:21 PM, Peter Korsgaard wrote:

> Committed series, thanks - And don't forget to send the patches
> upstream.

Already sent, i'm pretty quick for well-supported upstream :)
Regards.
diff mbox

Patch

diff --git a/package/libmnl/libmnl-01-uclinux.patch b/package/libmnl/libmnl-01-uclinux.patch
new file mode 100644
index 0000000..e8f97c6
--- /dev/null
+++ b/package/libmnl/libmnl-01-uclinux.patch
@@ -0,0 +1,26 @@ 
+From ae2acfa7d287e3ffc0bb66091059b86f62775bd5 Mon Sep 17 00:00:00 2001
+From: Gustavo Zacarias <gustavo@zacarias.com.ar>
+Date: Tue, 10 Sep 2013 15:24:47 -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 dcd3cf8..313a015 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -17,7 +17,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
+
diff --git a/package/libmnl/libmnl.mk b/package/libmnl/libmnl.mk
index c60c60c..b16c534 100644
--- a/package/libmnl/libmnl.mk
+++ b/package/libmnl/libmnl.mk
@@ -8,6 +8,7 @@  LIBMNL_VERSION = 1.0.3
 LIBMNL_SOURCE = libmnl-$(LIBMNL_VERSION).tar.bz2
 LIBMNL_SITE = http://netfilter.org/projects/libmnl/files
 LIBMNL_INSTALL_STAGING = YES
+LIBMNL_AUTORECONF = YES
 LIBMNL_LICENSE = LGPLv2.1+
 LIBMNL_LICENSE_FILES = COPYING