summaryrefslogtreecommitdiff
path: root/fontconfig
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-11-19 11:16:15 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-11-19 12:26:44 +0200
commitb6c016da23d309b4ac7d154bc33a22397974ed73 (patch)
tree5be8417670c2d419269360a54a4e3fdf9b81968f /fontconfig
parent7238177ba30d51f68d7f43dc3f87283af17f382b (diff)
Use gb_VISIBILITY_FLAGS
Change-Id: I6be70c0b8d73f4d1d1428c0df94ea6d8bdc782f7
Diffstat (limited to 'fontconfig')
-rw-r--r--fontconfig/ExternalProject_fontconfig.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/fontconfig/ExternalProject_fontconfig.mk b/fontconfig/ExternalProject_fontconfig.mk
index c0b18787ed4d..d882ecf0c163 100644
--- a/fontconfig/ExternalProject_fontconfig.mk
+++ b/fontconfig/ExternalProject_fontconfig.mk
@@ -21,7 +21,8 @@ $(eval $(call gb_ExternalProject_register_targets,fontconfig,\
$(call gb_ExternalProject_get_state_target,fontconfig,build) :
cd $(EXTERNAL_WORKDIR) \
- && $(if $(debug),CFLAGS=-g) $(if $(filter ANDROID,$(OS)),LIBS="-lm") ./configure \
+ && CFLAGS="$(if $(debug),-g) $(gb_VISIBILITY_FLAGS)" $(if $(filter ANDROID,$(OS)),LIBS="-lm") \
+ ./configure \
--disable-shared \
--with-arch=arm \
--with-expat-includes=$(OUTDIR)/inc/external/expat \