summaryrefslogtreecommitdiff
path: root/package/grub/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-28 19:17:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-28 19:44:52 +0200
commitef90b40eadcdd3b6d8a0dd80fb04bd653f7fd5c4 (patch)
treed54e7fc4576e5fca933531e0049e9264f43b31b1 /package/grub/Makefile
parent248c00d7dd21b553613b01293570df0b1ccaa61b (diff)
grub: disable rpath, fix linking under Darwin
Diffstat (limited to 'package/grub/Makefile')
-rw-r--r--package/grub/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile
index 06644587d..9d0d2d0ef 100644
--- a/package/grub/Makefile
+++ b/package/grub/Makefile
@@ -101,11 +101,13 @@ HOST_CONFIGURE_ARGS+= --enable-efiemu=no \
--disable-grub-mkfont \
--enable-device-mapper=no \
--enable-libzfs=no \
+ --disable-rpath \
--disable-werror
CONFIGURE_ARGS+= --disable-grub-mkfont \
--enable-efiemu=no \
--enable-device-mapper=no \
--enable-libzfs=no \
+ --disable-rpath \
--with-platform=$(GRUB_PLATFORM) \
--disable-werror