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)
commit25eddec9cb07cae68813f70efc15cb473c5fa95d
treea09631f8bea0e59369f193dcb38ed7b345145487
parentbbf9531ee7ca6a16c93ca394cf979874a50d6fa4
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]