the configure script uses AC_TRY_RUN() to detect broken getgrouplist() in glibc without providing fallback logic when cross-compiling
Created attachment 1713 [details] 030_all_samba-3.0.x-cross-compile.patch
James, you seem to be doing more with cross-compiling these days. Would you mind taking a look at this? Thanks.
(In reply to comment #2) > James, you seem to be doing more with cross-compiling these days. > Would you mind taking a look at this? Thanks. The attached patch looks OK. Generally, we wrap these thinks in an AC_CACHE_CHECK so that you can use a config.site to preflight the result of the test. I'll commit Mike's patch with the AC_CACHE_CHECK added in a day or so.
Fixed in SAMBA_3_0, revision 22127.