projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d3f3a1
)
package:grub2: fix build error on linux missing libzfs
author
John Crispin
<
[email protected]
>
Fri, 1 Aug 2014 11:19:46 +0000
(11:19 +0000)
committer
John Crispin
<
[email protected]
>
Fri, 1 Aug 2014 11:19:46 +0000
(11:19 +0000)
configure enables libzfs support on default.
This will break the build, on systems without libzfs.
Signed-off-by: Hans Ulli Kroll <
[email protected]
>
SVN-Revision: 41935
package/boot/grub2/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/grub2/Makefile
b/package/boot/grub2/Makefile
index 83edfc614f2a9395e67eff7625c4d21ad79581d1..64a30589d0e7c036e98818c473cb1c940362003b 100644
(file)
--- a/
package/boot/grub2/Makefile
+++ b/
package/boot/grub2/Makefile
@@
-48,12
+48,14
@@
CONFIGURE_ARGS += \
--disable-werror \
--disable-nls \
--disable-device-mapper \
+ --disable-libzfs \
--disable-grub-mkfont
HOST_CONFIGURE_ARGS += \
--target=$(REAL_GNU_TARGET_NAME) \
--sbindir="$(STAGING_DIR_HOST)/bin" \
--disable-werror \
+ --disable-libzfs \
--disable-nls
HOST_MAKE_FLAGS += \