From 01bcd0320e65c0b9c07a54b172b86ca37f3b5a68 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 16 Mar 2009 15:49:03 +0000 Subject: libglib2: build host version for build-time binaries Build host version of glib in HOST_DIR and use the build-time binaries from there instead of relying on what is installed on the host. --- package/atk/atk.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'package/atk') diff --git a/package/atk/atk.mk b/package/atk/atk.mk index 5bd1a0c50..ac6f5059d 100644 --- a/package/atk/atk.mk +++ b/package/atk/atk.mk @@ -38,8 +38,7 @@ ATK_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes \ am_cv_func_working_getline=yes gl_cv_func_mkdir_trailing_slash_bug=no \ gl_cv_func_mkstemp_limitations=no ac_cv_func_working_mktime=yes \ jm_cv_func_working_re_compile_pattern=yes ac_use_included_regex=no \ - gl_cv_c_restrict=no ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal \ - ac_cv_prog_F77=no + gl_cv_c_restrict=no ac_cv_prog_F77=no ifneq ($(BR2_PACKAGE_XSERVER_none),y) ATK_CONF_OPT_X = --with-x \ @@ -54,8 +53,6 @@ ATK_CONF_OPT = --enable-shared \ --disable-glibtest --enable-explicit-deps=no \ --disable-debug -ATK_MAKE_OPT = GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal GLIB_MKENUMS=$(HOST_GLIB)/bin/glib-mkenums - ATK_DEPENDENCIES = libglib2 pkgconfig $(eval $(call AUTOTARGETS,package,atk)) -- cgit v1.2.3