]> git.ipfire.org Git - thirdparty/grub.git/commit
update m4/extern-inline.m4 to upstream version to fix compilation on FreeBSD
authorAndrey Borzenkov <arvidjaar@gmail.com>
Thu, 5 Mar 2015 16:25:56 +0000 (19:25 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Thu, 5 Mar 2015 16:25:56 +0000 (19:25 +0300)
commit20f21d897858d827210d67c75f42d18887cbce81
treeb017be43eeb18029a14002c12e4f4da9f13cbd96
parentdc06aa949b7ff25cec78e6c415a65b444c11d8d9
update m4/extern-inline.m4 to upstream version to fix compilation on FreeBSD

In file included from util/grub-mkimage.c:54:0:
./grub-core/gnulib/argp.h:627:49: error: '__sbistype' is static but
used in inline function '_option_is_short' which is not static
[-Werror] cc1: all warnings being treated as errors gmake[2]: ***
[util/grub_mkimage-grub-mkimage.o] Error 1

Update m4/extern-inline.m4 to current upstream gnulib version that
contains fix for this (commit b9bfe78424b871f5b92e5ee9e7d21ef951a6801d).

Reported-By: Beeblebrox <zaphod@berentweb.com>
m4/extern-inline.m4