diff options
author | John Crispin <john@phrozen.org> | 2016-11-21 16:49:07 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-21 16:49:54 +0100 |
commit | 3c52cbfa53056ded95ae5a7ae27319eafd5a37e5 (patch) | |
tree | 52b5b8490943acb7af44ed91dcc0fb570c85310a | |
parent | fe43d90d93c27851d60d08f250ee1770ec393f0b (diff) | |
download | upstream-3c52cbfa53056ded95ae5a7ae27319eafd5a37e5.tar.gz upstream-3c52cbfa53056ded95ae5a7ae27319eafd5a37e5.tar.bz2 upstream-3c52cbfa53056ded95ae5a7ae27319eafd5a37e5.zip |
Revert "grub2: add PKG_FIXUP:=autoreconf"
this caused build errors on x86
This reverts commit a0ea22ac430f91ab045431a79b2e2161e66cd56a.
Signed-off-by: John Crispin <john@phrozen.org>
-rw-r--r-- | package/boot/grub2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index af97a31cda..02e6637c32 100644 --- a/package/boot/grub2/Makefile +++ b/package/boot/grub2/Makefile @@ -19,7 +19,6 @@ PKG_SOURCE_URL:=http://alpha.gnu.org/gnu/grub \ http://www.nic.funet.fi/pub/gnu/alpha/gnu/grub/ PKG_MD5SUM:=be62932eade308a364ea4bbc91295930 -PKG_FIXUP:=autoreconf HOST_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=grub2/host |