summaryrefslogtreecommitdiff
path: root/package/glib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-21 20:51:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-05-21 20:52:41 +0200
commita05a73019f6fb5f0a7fa002b83741e3c8c81c636 (patch)
tree87c955adc13cebcbafa84bb0260dc2a4c6b1d944 /package/glib
parentf09951e1b0e28a355bea76e01e3eb05cace4e607 (diff)
glib: fix compile under Linux
Diffstat (limited to 'package/glib')
-rw-r--r--package/glib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 7b964f82e..6cf4b874e 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -44,6 +44,7 @@ CONFIGURE_ENV+= glib_cv_long_long_format=ll \
ac_cv_func_posix_getgrgid_r=yes
HOST_STYLE:= auto
+HOST_CPPFLAGS+= -I$(STAGING_HOST_DIR)/usr/include/libmount
ifneq ($(OS_FOR_BUILD),CYGWIN)
HOST_CFLAGS+= -fPIC
endif