Can someone please make this change to configure.in in source3 so that Samba 3.4.4 etc can cross compile.

Richard Sharpe realrichardsharpe at gmail.com
Thu Jan 14 15:43:49 MST 2010


diff -u samba-3.4.4/source3/configure.in
CompileArea/samba-3.4.4/source3/configure.in
--- samba-3.4.4/source3/configure.in    2010-01-04 05:01:25.000000000 -0800
+++ CompileArea/samba-3.4.4/source3/configure.in        2010-01-14
14:54:52.000000000 -0800
@@ -1243,7 +1243,9 @@
 #endif
        exit(0);
 }
-], [linux_getgrouplist_ok=yes], [linux_getgrouplist_ok=no])
+], [linux_getgrouplist_ok=yes],
+   [linux_getgrouplist_ok=no],
+   [linux_getgrouplist_ok=cross])
        if test x"$linux_getgrouplist_ok" = x"yes"; then
           AC_DEFINE(HAVE_GETGROUPLIST, 1, [Have good getgrouplist])
        fi


-- 
Regards,
Richard Sharpe


More information about the samba-technical mailing list