add cifs-utils, replacing the old cifsmount package
[packages.git] / net / samba3 / patches / 200-fix-configure.patch
1 Get rid of error due to cross compilation, as glibc version in OpenWRT is high enough
2 --- a/source/configure
3 +++ b/source/configure
4 @@ -37222,7 +37222,7 @@ rm -f core conftest.err conftest.$ac_obj
5  case "$host_os" in
6      *linux*)
7         # glibc <= 2.3.2 has a broken getgrouplist
8 -       if test "$cross_compiling" = yes; then
9 +       if test "false" = yes; then
10    { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12  { { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling