grub2: fix build against musl
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Jun 2015 11:19:23 +0000 (11:19 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Jun 2015 11:19:23 +0000 (11:19 +0000)
commit9ca76efe357bf313ee1f25b7e1b831d800067357
tree3aa2634e47d47214e6cb1a08b1e59000fc11daae
parent3201df013c11e325b5e0e584b3a7a0159e30d0d4
grub2: fix build against musl

Invert the `__GLIBC__` guards into `!__UCLIBC__` ones to avoid
invalid references to `_llseek` on musl.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46125 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/boot/grub2/patches/100-musl-compat.patch [new file with mode: 0644]