grub2: fix build against musl
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Jun 2015 11:19:23 +0000 (11:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Jun 2015 11:19:23 +0000 (11:19 +0000)
commite50d5a8d165fec885c0ab42f1f5d7b30588217f8
tree3aa2634e47d47214e6cb1a08b1e59000fc11daae
parent708284c4016ff2de6d7e5770ac2434345532aa6a
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>
SVN-Revision: 46125
package/boot/grub2/patches/100-musl-compat.patch [new file with mode: 0644]