c5cb5c3605
Fixes: http://autobuild.buildroot.net/results/3dc/3dcb26947d7eee7ae4f17a082a144912c44f0526/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
484 B
Diff
17 lines
484 B
Diff
configure.ac: uclinux is also linux
|
|
|
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
|
|
|
diff -Nura igmpproxy-0.1.orig/configure.ac igmpproxy-0.1/configure.ac
|
|
--- igmpproxy-0.1.orig/configure.ac 2014-03-12 18:43:02.369323771 -0300
|
|
+++ igmpproxy-0.1/configure.ac 2014-03-12 18:43:22.129979179 -0300
|
|
@@ -7,7 +7,7 @@
|
|
|
|
AC_CANONICAL_HOST
|
|
case $host_os in
|
|
- linux*) os=linux;;
|
|
+ linux*|uclinux*) os=linux;;
|
|
freebsd*) os=freebsd;;
|
|
netbsd*) os=netbsd;;
|
|
openbsd*) os=openbsd;;
|