* [libmnl PATCH] configure: uclinux is also linux
@ 2013-09-10 19:23 Gustavo Zacarias
2013-09-10 19:23 ` [ipset " Gustavo Zacarias
` (9 more replies)
0 siblings, 10 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:23 UTC (permalink / raw)
To: netfilter-devel; +Cc: Gustavo Zacarias
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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [ipset PATCH] configure: uclinux is also linux
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
@ 2013-09-10 19:23 ` Gustavo Zacarias
2013-09-15 13:00 ` Jozsef Kadlecsik
2013-09-10 19:23 ` [libnetfilter_acct " Gustavo Zacarias
` (8 subsequent siblings)
9 siblings, 1 reply; 12+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:23 UTC (permalink / raw)
To: netfilter-devel; +Cc: Gustavo Zacarias
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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [libnetfilter_acct PATCH] configure: uclinux is also linux
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
2013-09-10 19:23 ` [ipset " Gustavo Zacarias
@ 2013-09-10 19:23 ` Gustavo Zacarias
2013-09-10 19:23 ` [libnfnetlink " Gustavo Zacarias
` (7 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:23 UTC (permalink / raw)
To: netfilter-devel; +Cc: Gustavo Zacarias
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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [libnfnetlink PATCH] configure: uclinux is also linux
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
2013-09-10 19:23 ` [ipset " Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_acct " Gustavo Zacarias
@ 2013-09-10 19:23 ` Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_conntrack " Gustavo Zacarias
` (6 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:23 UTC (permalink / raw)
To: netfilter-devel; +Cc: Gustavo Zacarias
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 0926a1c..b979772 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_DISABLE_STATIC
AM_PROG_LIBTOOL
case "$host" in
-*-*-linux*) ;;
+*-*-linux* | *-*-uclinux*) ;;
*) AC_MSG_ERROR([Linux only, dude!]);;
esac
--
1.8.1.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [libnetfilter_conntrack PATCH] configure: uclinux is also linux
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
` (2 preceding siblings ...)
2013-09-10 19:23 ` [libnfnetlink " Gustavo Zacarias
@ 2013-09-10 19:23 ` Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_log " Gustavo Zacarias
` (5 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:23 UTC (permalink / raw)
To: netfilter-devel; +Cc: Gustavo Zacarias
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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [libnetfilter_log PATCH] configure: uclinux is also linux
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
` (3 preceding siblings ...)
2013-09-10 19:23 ` [libnetfilter_conntrack " Gustavo Zacarias
@ 2013-09-10 19:23 ` Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_cthelper " Gustavo Zacarias
` (4 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:23 UTC (permalink / raw)
To: netfilter-devel; +Cc: Gustavo Zacarias
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 e6e1317..189a753 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [libnetfilter_cthelper PATCH] configure: uclinux is also linux
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
` (4 preceding siblings ...)
2013-09-10 19:23 ` [libnetfilter_log " Gustavo Zacarias
@ 2013-09-10 19:23 ` Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_cttimeout " Gustavo Zacarias
` (3 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:23 UTC (permalink / raw)
To: netfilter-devel; +Cc: Gustavo Zacarias
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 d52b1ce..9389b70 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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [libnetfilter_cttimeout PATCH] configure: uclinux is also linux
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
` (5 preceding siblings ...)
2013-09-10 19:23 ` [libnetfilter_cthelper " Gustavo Zacarias
@ 2013-09-10 19:23 ` Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_queue " Gustavo Zacarias
` (2 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:23 UTC (permalink / raw)
To: netfilter-devel; +Cc: Gustavo Zacarias
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 d79e941..aeb6ad0 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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [libnetfilter_queue PATCH] configure: uclinux is also linux
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
` (6 preceding siblings ...)
2013-09-10 19:23 ` [libnetfilter_cttimeout " Gustavo Zacarias
@ 2013-09-10 19:23 ` Gustavo Zacarias
2013-09-10 19:23 ` [nfacct " Gustavo Zacarias
2013-09-17 11:14 ` [libmnl " Pablo Neira Ayuso
9 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:23 UTC (permalink / raw)
To: netfilter-devel; +Cc: Gustavo Zacarias
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 07747a6..289868f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_PROG_INSTALL
CHECK_GCC_FVISIBILITY
case "$host" in
-*-*-linux*) ;;
+*-*-linux* | *-*-uclinux*) ;;
*) AC_MSG_ERROR([Linux only, dude!]);;
esac
--
1.8.1.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [nfacct PATCH] configure: uclinux is also linux
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
` (7 preceding siblings ...)
2013-09-10 19:23 ` [libnetfilter_queue " Gustavo Zacarias
@ 2013-09-10 19:23 ` Gustavo Zacarias
2013-09-17 11:14 ` [libmnl " Pablo Neira Ayuso
9 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2013-09-10 19:23 UTC (permalink / raw)
To: netfilter-devel; +Cc: Gustavo Zacarias
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 9679112..9a34bdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,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
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [ipset PATCH] configure: uclinux is also linux
2013-09-10 19:23 ` [ipset " Gustavo Zacarias
@ 2013-09-15 13:00 ` Jozsef Kadlecsik
0 siblings, 0 replies; 12+ messages in thread
From: Jozsef Kadlecsik @ 2013-09-15 13:00 UTC (permalink / raw)
To: Gustavo Zacarias; +Cc: netfilter-devel
On Tue, 10 Sep 2013, Gustavo Zacarias wrote:
> 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
Patch is applied, thanks.
Best regards,
Jozsef
-
E-mail : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
H-1525 Budapest 114, POB. 49, Hungary
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [libmnl PATCH] configure: uclinux is also linux
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
` (8 preceding siblings ...)
2013-09-10 19:23 ` [nfacct " Gustavo Zacarias
@ 2013-09-17 11:14 ` Pablo Neira Ayuso
9 siblings, 0 replies; 12+ messages in thread
From: Pablo Neira Ayuso @ 2013-09-17 11:14 UTC (permalink / raw)
To: Gustavo Zacarias; +Cc: netfilter-devel
Applied all these small patches.
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2013-09-17 11:14 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 19:23 [libmnl PATCH] configure: uclinux is also linux Gustavo Zacarias
2013-09-10 19:23 ` [ipset " Gustavo Zacarias
2013-09-15 13:00 ` Jozsef Kadlecsik
2013-09-10 19:23 ` [libnetfilter_acct " Gustavo Zacarias
2013-09-10 19:23 ` [libnfnetlink " Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_conntrack " Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_log " Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_cthelper " Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_cttimeout " Gustavo Zacarias
2013-09-10 19:23 ` [libnetfilter_queue " Gustavo Zacarias
2013-09-10 19:23 ` [nfacct " Gustavo Zacarias
2013-09-17 11:14 ` [libmnl " Pablo Neira Ayuso
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.