summaryrefslogtreecommitdiffstats
path: root/src/pango.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pango.mk')
-rw-r--r--src/pango.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pango.mk b/src/pango.mk
index 489917c..7607118 100644
--- a/src/pango.mk
+++ b/src/pango.mk
@@ -27,6 +27,7 @@ define $(PKG)_BUILD
--enable-explicit-deps \
--with-included-modules \
--without-dynamic-modules \
- CXX='$(TARGET)-g++'
+ CXX='$(TARGET)-g++' \
+ LIBS='-lstdc++'
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef