Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/11] libmnl: add patch for uclinux tuple
@ 2013-09-10 19:26 Gustavo Zacarias
  2013-09-10 19:26 ` [Buildroot] [PATCH 02/11] ipset: " Gustavo Zacarias
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:26 UTC (permalink / raw)
  To: buildroot

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

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
 
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-09-12 22:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 19:26 [Buildroot] [PATCH 01/11] libmnl: add patch for uclinux tuple Gustavo Zacarias
2013-09-10 19:26 ` [Buildroot] [PATCH 02/11] ipset: " Gustavo Zacarias
2013-09-10 19:26 ` [Buildroot] [PATCH 03/11] libnetfilter_acct: " Gustavo Zacarias
2013-09-10 19:26 ` [Buildroot] [PATCH 04/11] libnfnetlink: " Gustavo Zacarias
2013-09-10 19:26 ` [Buildroot] [PATCH 05/11] libnetfilter_conntrack: " Gustavo Zacarias
2013-09-10 19:26 ` [Buildroot] [PATCH 06/11] libnetfilter_log: " Gustavo Zacarias
2013-09-10 19:26 ` [Buildroot] [PATCH 07/11] ulogd: needs mmu and shared objects Gustavo Zacarias
2013-09-11  0:48   ` Axel Lin
2013-09-11  0:51     ` Gustavo Zacarias
2013-09-10 19:26 ` [Buildroot] [PATCH 08/11] libnetfilter_cthelper: add patch for uclinux tuple Gustavo Zacarias
2013-09-10 19:26 ` [Buildroot] [PATCH 09/11] libnetfilter_cttimeout: " Gustavo Zacarias
2013-09-10 19:26 ` [Buildroot] [PATCH 10/11] libnetfilter_queue: " Gustavo Zacarias
2013-09-10 19:26 ` [Buildroot] [PATCH 11/11] nfacct: " Gustavo Zacarias
2013-09-12 22:21 ` [Buildroot] [PATCH 01/11] libmnl: " Peter Korsgaard
2013-09-12 22:22   ` Gustavo Zacarias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox