summaryrefslogtreecommitdiff
path: root/package/glib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-19 08:47:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-19 08:47:46 +0200
commit0d2d7e93f8bf6ebcd10e78592aff6a74847a436b (patch)
tree6066caa46ea197ae750457d163950433f3a09c70 /package/glib
parentd2ce74c2f7ff063a28ffb15ae0131f067ca8346e (diff)
fix build
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 6d6323877..80956d717 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -40,6 +40,7 @@ CONFIGURE_ENV+= glib_cv_long_long_format=ll \
ac_cv_func_posix_getgrgid_r=yes
HOST_STYLE:= auto
+HOST_CFLAGS+= -fPIC
ifneq ($(OStype),Darwin)
HOST_CONFIGURE_ARGS+= --with-libiconv=no
endif