Removed --program-prefix

This commit is contained in:
2016-11-02 13:49:10 -05:00
parent 55f560fba3
commit 22a24168d6

View File

@@ -12,7 +12,7 @@ DEPENDS = glibc,grep,util-linux,xz,zfs,zlib
ARCH = x86_64 ARCH = x86_64
URL = http://www.gnu.org/software/grub/ URL = http://www.gnu.org/software/grub/
DESC = GNU GRUB is a Multiboot boot loader. DESC = GNU GRUB is a Multiboot boot loader.
SNAPVER = sr0 SNAPVER = sr1
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
@@ -51,7 +51,6 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
--disable-efiemu \ --disable-efiemu \
--disable-werror \ --disable-werror \
--enable-libzfs \ --enable-libzfs \
--program-prefix='' \
--build=x86_64-snap-linux-gnu \ --build=x86_64-snap-linux-gnu \
--host=x86_64-snap-linux-gnu \ --host=x86_64-snap-linux-gnu \
--target=x86_64-snap-linux-gnu --target=x86_64-snap-linux-gnu