From f12aae60ad661a67b45ef4370757fa5236ffffff Mon Sep 17 00:00:00 2001 From: Felix Fietkau <nbd@openwrt.org> Date: Wed, 20 Jan 2016 20:12:37 +0100 Subject: [PATCH] glib2: sync with default host prefix change Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- libs/glib2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 6275eca16..b1ad84148 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -59,7 +59,7 @@ CONFIGURE_ARGS += \ CONFIGURE_VARS += \ glib_cv_stack_grows=no \ glib_cv_uscore=no \ - ac_cv_path_GLIB_GENMARSHAL=$(STAGING_DIR_HOST)/bin/glib-genmarshal \ + ac_cv_path_GLIB_GENMARSHAL=$(STAGING_DIR)/host/bin/glib-genmarshal \ ac_cv_func_mmap_fixed_mapped=yes \ ac_cv_func_posix_getpwuid_r=yes \ ac_cv_func_posix_getgrgid_r=yes