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/glib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/glib') diff --git a/package/glib/Makefile b/package/glib/Makefile index 87fd9d50a..842712601 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -11,8 +11,7 @@ PKG_MD5SUM:= 9f6e85e1e38490c3956f4415bcd33e6e PKG_DESCR:= low-level core library that forms the basis of GTK+ PKG_SECTION:= libs PKG_DEPENDS:= libpthread -PKG_BUILDDEP:= gettext-tiny-host gettext-tiny libiconv-tiny-host -PKG_BUILDDEP:= libiconv-tiny glib-host zlib +PKG_BUILDDEP:= gettext-tiny libiconv-tiny glib-host zlib PKG_URL:= http://www.gtk.org/ PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/glib/${PKG_EXTRAVER}/ PKG_NOPARALLEL:= 1 -- cgit v1.2.3