Reduce portmap priority, so that nfs shares specified in fstab can be mouted without...
[openwrt/svn-archive/archive.git] / net / srelay / patches / 001-cross_compile.patch
1 Index: srelay-0.4.6/configure
2 ===================================================================
3 --- srelay-0.4.6.orig/configure 2008-02-28 13:21:29.000000000 +0100
4 +++ srelay-0.4.6/configure 2008-02-28 13:21:30.000000000 +0100
5 @@ -1394,8 +1394,8 @@
6
7 ;;
8 linux*)
9 - case "$build_cpu" in
10 - i*86)
11 + case "$host_cpu" in
12 + i*86|mips*|powerpc*|sparc*)
13 OS=LINUX
14 cat >>confdefs.h <<\_ACEOF
15 #define LINUX 1