gmp - fix (hopefully) armv7l install
grub - disable device-mapper in case present on local machine
This commit is contained in:
parent
40433e37ba
commit
14ce2e3877
@ -11,7 +11,7 @@ config_opts += --enable-cxx
|
||||
config_opts += --disable-static
|
||||
config_opts += --docdir=$(install_prefix)/share/doc/gmp/$(gmp_version)
|
||||
|
||||
install_cmd ?= $(MAKE) -k $(makeflags) DESTDIR=$(DESTDIR) -C $(objdir) install || true
|
||||
install_cmd = $(MAKE) -k $(makeflags) DESTDIR=$(DESTDIR) -C $(objdir) install || true
|
||||
|
||||
post_install = $(MAKE) DESTDIR=$(DESTDIR) -C $(objdir) html install-html
|
||||
|
||||
|
@ -8,6 +8,7 @@ config_opts += --sbindir=/sbin
|
||||
config_opts += --sysconfdir=/etc
|
||||
config_opts += --disable-efiemu
|
||||
config_opts += --disable-werror
|
||||
config_opts += --disable-device-mapper
|
||||
|
||||
post_install = mv -v $(DESTDIR)/etc/bash_completion.d/grub $(DESTDIR)/usr/share/bash-completion/completions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user