mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 00:41:55 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user