On 07/08/2013 03:43 AM, Charlie Brown wrote: > It seems that a bug in gnulib is stopping coreutils git source from > build with the default --enable-gcc-warnings turned on. > The gnulib team have push a fix in their git source, but I don't know > how to get the gnulib submodule to use the latest git source. > How can I do that switch? > Thanks in advance!
Paul already made that change in coreutils: http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=c7dd453 So if you checkout the latest coreutils and then do: git submodule update cheers, Pádraig.
