Adapt Qt4 to change of stdcxx, issue #339

The new C++ standard library provided by libports is a shared library.
We need to include it in each run script that uses Qt4.
This commit is contained in:
Norman Feske
2012-09-04 11:43:10 +02:00
parent 9651974448
commit 43db231e77
8 changed files with 9 additions and 1 deletions

View File

@ -114,8 +114,9 @@ INC_DIR += $(QT4_REP_DIR)/include/genode
#
# We cannot just extend the 'LIBS' variable here because 'import-*.mk' are
# included (in 'base/mk/lib.mk') by iterating through the elements of the
# 'LIBS' variable. Hence, we need to manually import the stdlib snippet.
# 'LIBS' variable. Hence, we also need to manually import the stdlib snippet.
#
LIBS += stdcxx
include $(call select_from_repositories,lib/import/import-stdcxx.mk)
# custom main() thread stack size support via main() wrapper