package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / igmpproxy / 0001-uclinux.patch
blob7fa4a2383012a77664e3fe914514c60a0b7b4a21
1 configure.ac: uclinux is also linux
3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5 diff -Nura igmpproxy-0.1.orig/configure.ac igmpproxy-0.1/configure.ac
6 --- igmpproxy-0.1.orig/configure.ac 2014-03-12 18:43:02.369323771 -0300
7 +++ igmpproxy-0.1/configure.ac 2014-03-12 18:43:22.129979179 -0300
8 @@ -7,7 +7,7 @@
10 AC_CANONICAL_HOST
11 case $host_os in
12 - linux*) os=linux;;
13 + linux*|uclinux*) os=linux;;
14 freebsd*) os=freebsd;;
15 netbsd*) os=netbsd;;
16 openbsd*) os=openbsd;;