From 1d6e936d172a92d055a39dce5cb6e7e478c8080e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 13 Nov 2013 19:08:47 +0100 Subject: ensure that host-compile is done always before cross-compile, otherwise shit happens. not always required by package build, but for now a limitation of the buildsystem, which reuses WRKDIR --- package/autoconf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/autoconf/Makefile') diff --git a/package/autoconf/Makefile b/package/autoconf/Makefile index 389c3efd5..6813142bb 100644 --- a/package/autoconf/Makefile +++ b/package/autoconf/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 82d05e03b93e45f5a39b828dc9c6c29b PKG_DESCR:= GNU autoconf PKG_SECTION:= lang -PKG_BUILDDEP:= m4-host +PKG_BUILDDEP:= m4-host autoconf-host PKG_URL:= http://www.gnu.org/software/autoconf/ PKG_SITES:= ${MASTER_SITE_GNU:=autoconf/} PKG_OPTS:= noscripts -- cgit v1.2.3