Explorar el Código

glib2: sync with default host prefix change

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Felix Fietkau hace 9 años
padre
commit
f12aae60ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      libs/glib2/Makefile

+ 1
- 1
libs/glib2/Makefile Ver fichero

@@ -59,7 +59,7 @@ CONFIGURE_ARGS += \
59 59
 CONFIGURE_VARS += \
60 60
 	glib_cv_stack_grows=no \
61 61
 	glib_cv_uscore=no \
62
-	ac_cv_path_GLIB_GENMARSHAL=$(STAGING_DIR_HOST)/bin/glib-genmarshal \
62
+	ac_cv_path_GLIB_GENMARSHAL=$(STAGING_DIR)/host/bin/glib-genmarshal \
63 63
 	ac_cv_func_mmap_fixed_mapped=yes \
64 64
 	ac_cv_func_posix_getpwuid_r=yes \
65 65
 	ac_cv_func_posix_getgrgid_r=yes