From: Kevin Day Date: Sat, 9 Jul 2022 22:44:24 +0000 (-0500) Subject: Update: Restrict environment to PATH and LD_LIBRARY_PATH by default. X-Git-Tag: 0.6.0~76 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=048f5f461544fcd21514b9eb24c55cbff10b87c5;p=fll Update: Restrict environment to PATH and LD_LIBRARY_PATH by default. Change all of the setting files and fakefiles to restrict the environment variables. Only PATH and LD_LIBRARY_PATH are exposed so that custom build environments can easily be used by default. --- diff --git a/build/level_0/settings b/build/level_0/settings index 5bcd1a6..ec2f74c 100644 --- a/build/level_0/settings +++ b/build/level_0/settings @@ -100,6 +100,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ #defines -D_f_file_rename_use_renameat2_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/build/level_1/settings b/build/level_1/settings index 5438eb4..d95f9f7 100644 --- a/build/level_1/settings +++ b/build/level_1/settings @@ -68,6 +68,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ defines-level_threadless -D_di_pthread_support_ diff --git a/build/level_2/settings b/build/level_2/settings index 7d0b5d0..556816d 100644 --- a/build/level_2/settings +++ b/build/level_2/settings @@ -67,6 +67,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ defines-level_threadless -D_di_pthread_support_ diff --git a/build/monolithic/settings b/build/monolithic/settings index c2d248c..31ce640 100644 --- a/build/monolithic/settings +++ b/build/monolithic/settings @@ -149,6 +149,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ #defines -D_f_file_rename_use_renameat2_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_0/f_account/data/build/settings b/level_0/f_account/data/build/settings index 5621c53..9856127 100644 --- a/level_0/f_account/data/build/settings +++ b/level_0/f_account/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_account/data/build/testfile b/level_0/f_account/data/build/testfile index a6b28ed..f7637a6 100644 --- a/level_0/f_account/data/build/testfile +++ b/level_0/f_account/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_capability/data/build/settings b/level_0/f_capability/data/build/settings index 63a5a82..37c47e1 100644 --- a/level_0/f_capability/data/build/settings +++ b/level_0/f_capability/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ defines -D_libcap_legacy_only_ diff --git a/level_0/f_capability/data/build/testfile b/level_0/f_capability/data/build/testfile index 378e390..3279fc6 100644 --- a/level_0/f_capability/data/build/testfile +++ b/level_0/f_capability/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_color/data/build/settings b/level_0/f_color/data/build/settings index 9821a58..c7b0dff 100644 --- a/level_0/f_color/data/build/settings +++ b/level_0/f_color/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_color/data/build/testfile b/level_0/f_color/data/build/testfile index db8792b..cb3442f 100644 --- a/level_0/f_color/data/build/testfile +++ b/level_0/f_color/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_console/data/build/settings b/level_0/f_console/data/build/settings index 193cc80..1b7901f 100644 --- a/level_0/f_console/data/build/settings +++ b/level_0/f_console/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_console/data/build/testfile b/level_0/f_console/data/build/testfile index ae2d4be..565b1f2 100644 --- a/level_0/f_console/data/build/testfile +++ b/level_0/f_console/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_control_group/data/build/settings b/level_0/f_control_group/data/build/settings index 1c240a4..a61e4c0 100644 --- a/level_0/f_control_group/data/build/settings +++ b/level_0/f_control_group/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_control_group/data/build/testfile b/level_0/f_control_group/data/build/testfile index 331cbbc..2c81bfc 100644 --- a/level_0/f_control_group/data/build/testfile +++ b/level_0/f_control_group/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_conversion/data/build/settings b/level_0/f_conversion/data/build/settings index e5529d2..c43f511 100644 --- a/level_0/f_conversion/data/build/settings +++ b/level_0/f_conversion/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_conversion/data/build/testfile b/level_0/f_conversion/data/build/testfile index 91efc11..d25247e 100644 --- a/level_0/f_conversion/data/build/testfile +++ b/level_0/f_conversion/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_directory/data/build/settings b/level_0/f_directory/data/build/settings index 28fcf71..c3fa67f 100644 --- a/level_0/f_directory/data/build/settings +++ b/level_0/f_directory/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_directory/data/build/testfile b/level_0/f_directory/data/build/testfile index 7c390e2..27a87ee 100644 --- a/level_0/f_directory/data/build/testfile +++ b/level_0/f_directory/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_environment/data/build/settings b/level_0/f_environment/data/build/settings index b353b25..20be8d8 100644 --- a/level_0/f_environment/data/build/settings +++ b/level_0/f_environment/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses diff --git a/level_0/f_environment/data/build/testfile b/level_0/f_environment/data/build/testfile index 2d488c4..d0a87d4 100644 --- a/level_0/f_environment/data/build/testfile +++ b/level_0/f_environment/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_execute/data/build/settings b/level_0/f_execute/data/build/settings index fc4f901..4d92ae2 100644 --- a/level_0/f_execute/data/build/settings +++ b/level_0/f_execute/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_execute/data/build/testfile b/level_0/f_execute/data/build/testfile index 510d511..2999b34 100644 --- a/level_0/f_execute/data/build/testfile +++ b/level_0/f_execute/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_file/data/build/settings b/level_0/f_file/data/build/settings index 8a9de75..11a72ec 100644 --- a/level_0/f_file/data/build/settings +++ b/level_0/f_file/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_file/data/build/testfile b/level_0/f_file/data/build/testfile index 9cd9231..43c9ef5 100644 --- a/level_0/f_file/data/build/testfile +++ b/level_0/f_file/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_fss/data/build/settings b/level_0/f_fss/data/build/settings index e85b77d..db653dc 100644 --- a/level_0/f_fss/data/build/settings +++ b/level_0/f_fss/data/build/settings @@ -45,6 +45,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_fss/data/build/testfile b/level_0/f_fss/data/build/testfile index 0b6db4e..d835ae0 100644 --- a/level_0/f_fss/data/build/testfile +++ b/level_0/f_fss/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_iki/data/build/settings b/level_0/f_iki/data/build/settings index c08ac18..283b28e 100644 --- a/level_0/f_iki/data/build/settings +++ b/level_0/f_iki/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_iki/data/build/testfile b/level_0/f_iki/data/build/testfile index ea4a6a4..98dc5b5 100644 --- a/level_0/f_iki/data/build/testfile +++ b/level_0/f_iki/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_limit/data/build/settings b/level_0/f_limit/data/build/settings index a1efcbd..b337686 100644 --- a/level_0/f_limit/data/build/settings +++ b/level_0/f_limit/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_limit/data/build/testfile b/level_0/f_limit/data/build/testfile index 4fb065e..9212a7d 100644 --- a/level_0/f_limit/data/build/testfile +++ b/level_0/f_limit/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_memory/data/build/settings b/level_0/f_memory/data/build/settings index 1dadb0d..0328eb8 100644 --- a/level_0/f_memory/data/build/settings +++ b/level_0/f_memory/data/build/settings @@ -45,6 +45,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_memory/data/build/testfile b/level_0/f_memory/data/build/testfile index 7f9642d..8532ddb 100644 --- a/level_0/f_memory/data/build/testfile +++ b/level_0/f_memory/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_path/data/build/settings b/level_0/f_path/data/build/settings index b21e812..9122a33 100644 --- a/level_0/f_path/data/build/settings +++ b/level_0/f_path/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_path/data/build/testfile b/level_0/f_path/data/build/testfile index a35c22d..62e280a 100644 --- a/level_0/f_path/data/build/testfile +++ b/level_0/f_path/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_pipe/data/build/settings b/level_0/f_pipe/data/build/settings index 2458bf8..7dbeecb 100644 --- a/level_0/f_pipe/data/build/settings +++ b/level_0/f_pipe/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_pipe/data/build/testfile b/level_0/f_pipe/data/build/testfile index 27acfa1..a17a9d8 100644 --- a/level_0/f_pipe/data/build/testfile +++ b/level_0/f_pipe/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_print/data/build/settings b/level_0/f_print/data/build/settings index eec9dcd..e12f57b 100644 --- a/level_0/f_print/data/build/settings +++ b/level_0/f_print/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + defines-clang -D_clang_not_a_compile_time_constant_workaround_ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses diff --git a/level_0/f_print/data/build/testfile b/level_0/f_print/data/build/testfile index 080e7a8..8e2e642 100644 --- a/level_0/f_print/data/build/testfile +++ b/level_0/f_print/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_serialize/data/build/settings b/level_0/f_serialize/data/build/settings index c0dd132..779f2a9 100644 --- a/level_0/f_serialize/data/build/settings +++ b/level_0/f_serialize/data/build/settings @@ -37,6 +37,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_serialize/data/build/testfile b/level_0/f_serialize/data/build/testfile index 88c56d3..9fe8fbe 100644 --- a/level_0/f_serialize/data/build/testfile +++ b/level_0/f_serialize/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_signal/data/build/settings b/level_0/f_signal/data/build/settings index a048baa..5d298cb 100644 --- a/level_0/f_signal/data/build/settings +++ b/level_0/f_signal/data/build/settings @@ -45,6 +45,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall -Wno-missing-braces diff --git a/level_0/f_signal/data/build/testfile b/level_0/f_signal/data/build/testfile index d88ba07..6e8fb3e 100644 --- a/level_0/f_signal/data/build/testfile +++ b/level_0/f_signal/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_socket/data/build/settings b/level_0/f_socket/data/build/settings index 4871740..fe6ed1a 100644 --- a/level_0/f_socket/data/build/settings +++ b/level_0/f_socket/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_socket/data/build/testfile b/level_0/f_socket/data/build/testfile index 08abf6e..3fa4b68 100644 --- a/level_0/f_socket/data/build/testfile +++ b/level_0/f_socket/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_status/data/build/settings b/level_0/f_status/data/build/settings index 97d2c5c..9e4c464 100644 --- a/level_0/f_status/data/build/settings +++ b/level_0/f_status/data/build/settings @@ -43,6 +43,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_status/data/build/testfile b/level_0/f_status/data/build/testfile index 9249e87..07ad85b 100644 --- a/level_0/f_status/data/build/testfile +++ b/level_0/f_status/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_status_string/data/build/settings b/level_0/f_status_string/data/build/settings index 371eef1..6039e4a 100644 --- a/level_0/f_status_string/data/build/settings +++ b/level_0/f_status_string/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_status_string/data/build/testfile b/level_0/f_status_string/data/build/testfile index 8331e2a..cba4a27 100644 --- a/level_0/f_status_string/data/build/testfile +++ b/level_0/f_status_string/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_string/data/build/settings b/level_0/f_string/data/build/settings index 54d0bc5..e3867e6 100644 --- a/level_0/f_string/data/build/settings +++ b/level_0/f_string/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_string/data/build/testfile b/level_0/f_string/data/build/testfile index 85b5e6b..0ccc599 100644 --- a/level_0/f_string/data/build/testfile +++ b/level_0/f_string/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_thread/data/build/settings b/level_0/f_thread/data/build/settings index cffd026..e0f21bd 100644 --- a/level_0/f_thread/data/build/settings +++ b/level_0/f_thread/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + defines -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses diff --git a/level_0/f_thread/data/build/testfile b/level_0/f_thread/data/build/testfile index 643a58e..41ed15c 100644 --- a/level_0/f_thread/data/build/testfile +++ b/level_0/f_thread/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_type/data/build/settings b/level_0/f_type/data/build/settings index e17ea80..b7b4ba6 100644 --- a/level_0/f_type/data/build/settings +++ b/level_0/f_type/data/build/settings @@ -43,6 +43,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_type_array/data/build/settings b/level_0/f_type_array/data/build/settings index f441eb1..cf7f7f1 100644 --- a/level_0/f_type_array/data/build/settings +++ b/level_0/f_type_array/data/build/settings @@ -47,6 +47,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_type_array/data/build/testfile b/level_0/f_type_array/data/build/testfile index e2178dd..5ed3fd7 100644 --- a/level_0/f_type_array/data/build/testfile +++ b/level_0/f_type_array/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_0/f_utf/data/build/settings b/level_0/f_utf/data/build/settings index 1e1bb92..7f90ad2 100644 --- a/level_0/f_utf/data/build/settings +++ b/level_0/f_utf/data/build/settings @@ -49,6 +49,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_0/f_utf/data/build/testfile b/level_0/f_utf/data/build/testfile index 6f680f2..8c6f081 100644 --- a/level_0/f_utf/data/build/testfile +++ b/level_0/f_utf/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_1/fl_control_group/data/build/settings b/level_1/fl_control_group/data/build/settings index e14a4e5..c0da860 100644 --- a/level_1/fl_control_group/data/build/settings +++ b/level_1/fl_control_group/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_1/fl_conversion/data/build/settings b/level_1/fl_conversion/data/build/settings index eed3fcb..84a88ab 100644 --- a/level_1/fl_conversion/data/build/settings +++ b/level_1/fl_conversion/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_1/fl_directory/data/build/settings b/level_1/fl_directory/data/build/settings index 7cc96d0..306ad6b 100644 --- a/level_1/fl_directory/data/build/settings +++ b/level_1/fl_directory/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_1/fl_environment/data/build/settings b/level_1/fl_environment/data/build/settings index d40b5c2..c06f376 100644 --- a/level_1/fl_environment/data/build/settings +++ b/level_1/fl_environment/data/build/settings @@ -45,6 +45,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_1/fl_execute/data/build/settings b/level_1/fl_execute/data/build/settings index 5387cca..6e0b71f 100644 --- a/level_1/fl_execute/data/build/settings +++ b/level_1/fl_execute/data/build/settings @@ -44,6 +44,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ defines -D_libcap_legacy_only_ diff --git a/level_1/fl_fss/data/build/settings b/level_1/fl_fss/data/build/settings index ea6454b..a660a2f 100644 --- a/level_1/fl_fss/data/build/settings +++ b/level_1/fl_fss/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_1/fl_iki/data/build/settings b/level_1/fl_iki/data/build/settings index a8d04a2..0646c7b 100644 --- a/level_1/fl_iki/data/build/settings +++ b/level_1/fl_iki/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_1/fl_print/data/build/settings b/level_1/fl_print/data/build/settings index 060c178..26434c2 100644 --- a/level_1/fl_print/data/build/settings +++ b/level_1/fl_print/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_1/fl_signal/data/build/settings b/level_1/fl_signal/data/build/settings index 7b281ba..497e60a 100644 --- a/level_1/fl_signal/data/build/settings +++ b/level_1/fl_signal/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_1/fl_string/data/build/settings b/level_1/fl_string/data/build/settings index 4926421..39d2e19 100644 --- a/level_1/fl_string/data/build/settings +++ b/level_1/fl_string/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_1/fl_utf/data/build/settings b/level_1/fl_utf/data/build/settings index 0025ab7..3f8d5c5 100644 --- a/level_1/fl_utf/data/build/settings +++ b/level_1/fl_utf/data/build/settings @@ -45,6 +45,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_1/fl_utf_file/data/build/settings b/level_1/fl_utf_file/data/build/settings index e77435e..5ad6add 100644 --- a/level_1/fl_utf_file/data/build/settings +++ b/level_1/fl_utf_file/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_2/fll_control_group/data/build/settings b/level_2/fll_control_group/data/build/settings index ce55931..84ed69d 100644 --- a/level_2/fll_control_group/data/build/settings +++ b/level_2/fll_control_group/data/build/settings @@ -45,6 +45,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_2/fll_error/data/build/settings b/level_2/fll_error/data/build/settings index 0888c20..c9014d1 100644 --- a/level_2/fll_error/data/build/settings +++ b/level_2/fll_error/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_2/fll_execute/data/build/settings b/level_2/fll_execute/data/build/settings index 005953b..dbf1312 100644 --- a/level_2/fll_execute/data/build/settings +++ b/level_2/fll_execute/data/build/settings @@ -47,6 +47,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ defines-individual_threadless -D_di_pthread_support_ diff --git a/level_2/fll_file/data/build/settings b/level_2/fll_file/data/build/settings index 054e5ef..4807a5f 100644 --- a/level_2/fll_file/data/build/settings +++ b/level_2/fll_file/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_2/fll_fss/data/build/settings b/level_2/fll_fss/data/build/settings index 311ac2a..bd6edad 100644 --- a/level_2/fll_fss/data/build/settings +++ b/level_2/fll_fss/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_2/fll_fss_status_string/data/build/settings b/level_2/fll_fss_status_string/data/build/settings index 036c670..e7e2f69 100644 --- a/level_2/fll_fss_status_string/data/build/settings +++ b/level_2/fll_fss_status_string/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_2/fll_iki/data/build/settings b/level_2/fll_iki/data/build/settings index 809471f..329cf77 100644 --- a/level_2/fll_iki/data/build/settings +++ b/level_2/fll_iki/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_2/fll_path/data/build/settings b/level_2/fll_path/data/build/settings index 6c683b2..042971e 100644 --- a/level_2/fll_path/data/build/settings +++ b/level_2/fll_path/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_2/fll_print/data/build/settings b/level_2/fll_print/data/build/settings index 3544399..7e70960 100644 --- a/level_2/fll_print/data/build/settings +++ b/level_2/fll_print/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_2/fll_program/data/build/settings b/level_2/fll_program/data/build/settings index 50cb484..c1aebaf 100644 --- a/level_2/fll_program/data/build/settings +++ b/level_2/fll_program/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_2/fll_status_string/data/build/settings b/level_2/fll_status_string/data/build/settings index 50484e4..6219da9 100644 --- a/level_2/fll_status_string/data/build/settings +++ b/level_2/fll_status_string/data/build/settings @@ -46,6 +46,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall diff --git a/level_2/fll_status_string/data/build/testfile b/level_2/fll_status_string/data/build/testfile index 9744cb7..5358665 100644 --- a/level_2/fll_status_string/data/build/testfile +++ b/level_2/fll_status_string/data/build/testfile @@ -4,7 +4,7 @@ settings: load_build yes fail exit - environment LD_LIBRARY_PATH + environment PATH LD_LIBRARY_PATH environment CMOCKA_XML_FILE CMOCKA_MESSAGE_OUTPUT CMOCKA_TEST_ABORT # Cmcka is not fully thread-safe, set this to "1" to have cmocka call abort() on a test failure. @@ -39,12 +39,12 @@ not_created: exit failure ld_library_path: - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH and defined parameter work define LD_LIBRARY_PATH 'build/libraries/shared:parameter:"work:value"libraries/shared:define:"LD_LIBRARY_PATH"' else - if defined environment LD_LIBRARY_PATH + if defined environment PATH LD_LIBRARY_PATH define LD_LIBRARY_PATH 'build/libraries/shared:parameter:define:"LD_LIBRARY_PATH"' else diff --git a/level_3/byte_dump/data/build/settings b/level_3/byte_dump/data/build/settings index d97f4a2..23c99f9 100644 --- a/level_3/byte_dump/data/build/settings +++ b/level_3/byte_dump/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/control/data/build/settings b/level_3/control/data/build/settings index 7a96f53..764b865 100644 --- a/level_3/control/data/build/settings +++ b/level_3/control/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/controller/data/build/settings b/level_3/controller/data/build/settings index b6d111c..13108f7 100644 --- a/level_3/controller/data/build/settings +++ b/level_3/controller/data/build/settings @@ -62,6 +62,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ defines-as_init -D_controller_as_init_ diff --git a/level_3/fake/data/build/fakefile b/level_3/fake/data/build/fakefile index bf6ee94..da57dfe 100644 --- a/level_3/fake/data/build/fakefile +++ b/level_3/fake/data/build/fakefile @@ -7,7 +7,7 @@ settings: indexer ar indexer_arguments rcs - environment + environment PATH LD_LIBRARY_PATH main: diff --git a/level_3/fake/data/build/settings b/level_3/fake/data/build/settings index 142bb84..d62352c 100644 --- a/level_3/fake/data/build/settings +++ b/level_3/fake/data/build/settings @@ -60,6 +60,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/firewall/data/build/settings b/level_3/firewall/data/build/settings index 8cb57fb..1c938fd 100644 --- a/level_3/firewall/data/build/settings +++ b/level_3/firewall/data/build/settings @@ -52,6 +52,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_basic_list_read/data/build/settings b/level_3/fss_basic_list_read/data/build/settings index f54d2e2..53aa790 100644 --- a/level_3/fss_basic_list_read/data/build/settings +++ b/level_3/fss_basic_list_read/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_basic_list_write/data/build/settings b/level_3/fss_basic_list_write/data/build/settings index 40b37da..536e7a4 100644 --- a/level_3/fss_basic_list_write/data/build/settings +++ b/level_3/fss_basic_list_write/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_basic_read/data/build/settings b/level_3/fss_basic_read/data/build/settings index 8a5140a..065c6d2 100644 --- a/level_3/fss_basic_read/data/build/settings +++ b/level_3/fss_basic_read/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_basic_write/data/build/settings b/level_3/fss_basic_write/data/build/settings index f1dafa6..023953c 100644 --- a/level_3/fss_basic_write/data/build/settings +++ b/level_3/fss_basic_write/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_embedded_list_read/data/build/settings b/level_3/fss_embedded_list_read/data/build/settings index f1c0798..7941549 100644 --- a/level_3/fss_embedded_list_read/data/build/settings +++ b/level_3/fss_embedded_list_read/data/build/settings @@ -41,6 +41,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_embedded_list_write/data/build/settings b/level_3/fss_embedded_list_write/data/build/settings index b7966fc..4020d77 100644 --- a/level_3/fss_embedded_list_write/data/build/settings +++ b/level_3/fss_embedded_list_write/data/build/settings @@ -49,6 +49,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_extended_list_read/data/build/settings b/level_3/fss_extended_list_read/data/build/settings index c5c5747..ff67502 100644 --- a/level_3/fss_extended_list_read/data/build/settings +++ b/level_3/fss_extended_list_read/data/build/settings @@ -41,6 +41,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_extended_list_write/data/build/settings b/level_3/fss_extended_list_write/data/build/settings index 041d93d..95a8f80 100644 --- a/level_3/fss_extended_list_write/data/build/settings +++ b/level_3/fss_extended_list_write/data/build/settings @@ -41,6 +41,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_extended_read/data/build/settings b/level_3/fss_extended_read/data/build/settings index a20c575..dd87c48 100644 --- a/level_3/fss_extended_read/data/build/settings +++ b/level_3/fss_extended_read/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_extended_write/data/build/settings b/level_3/fss_extended_write/data/build/settings index 728f0fb..4b11c00 100644 --- a/level_3/fss_extended_write/data/build/settings +++ b/level_3/fss_extended_write/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_identify/data/build/settings b/level_3/fss_identify/data/build/settings index 727d53e..a6d1206 100644 --- a/level_3/fss_identify/data/build/settings +++ b/level_3/fss_identify/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_payload_read/data/build/settings b/level_3/fss_payload_read/data/build/settings index ef8f005..b0e12b9 100644 --- a/level_3/fss_payload_read/data/build/settings +++ b/level_3/fss_payload_read/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_payload_write/data/build/settings b/level_3/fss_payload_write/data/build/settings index b1b08d2..095c0a2 100644 --- a/level_3/fss_payload_write/data/build/settings +++ b/level_3/fss_payload_write/data/build/settings @@ -41,6 +41,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/fss_status_code/data/build/settings b/level_3/fss_status_code/data/build/settings index 34f84d7..c67be37 100644 --- a/level_3/fss_status_code/data/build/settings +++ b/level_3/fss_status_code/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/iki_read/data/build/settings b/level_3/iki_read/data/build/settings index 123b05b..5c82ebe 100644 --- a/level_3/iki_read/data/build/settings +++ b/level_3/iki_read/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/iki_write/data/build/settings b/level_3/iki_write/data/build/settings index 3d1cb54..e473975 100644 --- a/level_3/iki_write/data/build/settings +++ b/level_3/iki_write/data/build/settings @@ -49,6 +49,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/status_code/data/build/settings b/level_3/status_code/data/build/settings index 30014d3..0cdbe79 100644 --- a/level_3/status_code/data/build/settings +++ b/level_3/status_code/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ diff --git a/level_3/utf8/data/build/settings b/level_3/utf8/data/build/settings index 4dbe7b1..2df3049 100644 --- a/level_3/utf8/data/build/settings +++ b/level_3/utf8/data/build/settings @@ -50,6 +50,8 @@ search_exclusive yes search_shared yes search_static yes +environment PATH LD_LIBRARY_PATH + #defines -D_di_libcap_ -D_di_thread_support_ defines -D_libcap_legacy_only_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_