From 048f5f461544fcd21514b9eb24c55cbff10b87c5 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 9 Jul 2022 17:44:24 -0500 Subject: [PATCH] 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. --- build/level_0/settings | 2 ++ build/level_1/settings | 2 ++ build/level_2/settings | 2 ++ build/monolithic/settings | 2 ++ level_0/f_account/data/build/settings | 2 ++ level_0/f_account/data/build/testfile | 6 +++--- level_0/f_capability/data/build/settings | 2 ++ level_0/f_capability/data/build/testfile | 6 +++--- level_0/f_color/data/build/settings | 2 ++ level_0/f_color/data/build/testfile | 6 +++--- level_0/f_console/data/build/settings | 2 ++ level_0/f_console/data/build/testfile | 6 +++--- level_0/f_control_group/data/build/settings | 2 ++ level_0/f_control_group/data/build/testfile | 6 +++--- level_0/f_conversion/data/build/settings | 2 ++ level_0/f_conversion/data/build/testfile | 6 +++--- level_0/f_directory/data/build/settings | 2 ++ level_0/f_directory/data/build/testfile | 6 +++--- level_0/f_environment/data/build/settings | 2 ++ level_0/f_environment/data/build/testfile | 6 +++--- level_0/f_execute/data/build/settings | 2 ++ level_0/f_execute/data/build/testfile | 6 +++--- level_0/f_file/data/build/settings | 2 ++ level_0/f_file/data/build/testfile | 6 +++--- level_0/f_fss/data/build/settings | 2 ++ level_0/f_fss/data/build/testfile | 6 +++--- level_0/f_iki/data/build/settings | 2 ++ level_0/f_iki/data/build/testfile | 6 +++--- level_0/f_limit/data/build/settings | 2 ++ level_0/f_limit/data/build/testfile | 6 +++--- level_0/f_memory/data/build/settings | 2 ++ level_0/f_memory/data/build/testfile | 6 +++--- level_0/f_path/data/build/settings | 2 ++ level_0/f_path/data/build/testfile | 6 +++--- level_0/f_pipe/data/build/settings | 2 ++ level_0/f_pipe/data/build/testfile | 6 +++--- level_0/f_print/data/build/settings | 2 ++ level_0/f_print/data/build/testfile | 6 +++--- level_0/f_serialize/data/build/settings | 2 ++ level_0/f_serialize/data/build/testfile | 6 +++--- level_0/f_signal/data/build/settings | 2 ++ level_0/f_signal/data/build/testfile | 6 +++--- level_0/f_socket/data/build/settings | 2 ++ level_0/f_socket/data/build/testfile | 6 +++--- level_0/f_status/data/build/settings | 2 ++ level_0/f_status/data/build/testfile | 6 +++--- level_0/f_status_string/data/build/settings | 2 ++ level_0/f_status_string/data/build/testfile | 6 +++--- level_0/f_string/data/build/settings | 2 ++ level_0/f_string/data/build/testfile | 6 +++--- level_0/f_thread/data/build/settings | 2 ++ level_0/f_thread/data/build/testfile | 6 +++--- level_0/f_type/data/build/settings | 2 ++ level_0/f_type_array/data/build/settings | 2 ++ level_0/f_type_array/data/build/testfile | 6 +++--- level_0/f_utf/data/build/settings | 2 ++ level_0/f_utf/data/build/testfile | 6 +++--- level_1/fl_control_group/data/build/settings | 2 ++ level_1/fl_conversion/data/build/settings | 2 ++ level_1/fl_directory/data/build/settings | 2 ++ level_1/fl_environment/data/build/settings | 2 ++ level_1/fl_execute/data/build/settings | 2 ++ level_1/fl_fss/data/build/settings | 2 ++ level_1/fl_iki/data/build/settings | 2 ++ level_1/fl_print/data/build/settings | 2 ++ level_1/fl_signal/data/build/settings | 2 ++ level_1/fl_string/data/build/settings | 2 ++ level_1/fl_utf/data/build/settings | 2 ++ level_1/fl_utf_file/data/build/settings | 2 ++ level_2/fll_control_group/data/build/settings | 2 ++ level_2/fll_error/data/build/settings | 2 ++ level_2/fll_execute/data/build/settings | 2 ++ level_2/fll_file/data/build/settings | 2 ++ level_2/fll_fss/data/build/settings | 2 ++ level_2/fll_fss_status_string/data/build/settings | 2 ++ level_2/fll_iki/data/build/settings | 2 ++ level_2/fll_path/data/build/settings | 2 ++ level_2/fll_print/data/build/settings | 2 ++ level_2/fll_program/data/build/settings | 2 ++ level_2/fll_status_string/data/build/settings | 2 ++ level_2/fll_status_string/data/build/testfile | 6 +++--- level_3/byte_dump/data/build/settings | 2 ++ level_3/control/data/build/settings | 2 ++ level_3/controller/data/build/settings | 2 ++ level_3/fake/data/build/fakefile | 2 +- level_3/fake/data/build/settings | 2 ++ level_3/firewall/data/build/settings | 2 ++ level_3/fss_basic_list_read/data/build/settings | 2 ++ level_3/fss_basic_list_write/data/build/settings | 2 ++ level_3/fss_basic_read/data/build/settings | 2 ++ level_3/fss_basic_write/data/build/settings | 2 ++ level_3/fss_embedded_list_read/data/build/settings | 2 ++ level_3/fss_embedded_list_write/data/build/settings | 2 ++ level_3/fss_extended_list_read/data/build/settings | 2 ++ level_3/fss_extended_list_write/data/build/settings | 2 ++ level_3/fss_extended_read/data/build/settings | 2 ++ level_3/fss_extended_write/data/build/settings | 2 ++ level_3/fss_identify/data/build/settings | 2 ++ level_3/fss_payload_read/data/build/settings | 2 ++ level_3/fss_payload_write/data/build/settings | 2 ++ level_3/fss_status_code/data/build/settings | 2 ++ level_3/iki_read/data/build/settings | 2 ++ level_3/iki_write/data/build/settings | 2 ++ level_3/status_code/data/build/settings | 2 ++ level_3/utf8/data/build/settings | 2 ++ 105 files changed, 236 insertions(+), 82 deletions(-) diff --git a/build/level_0/settings b/build/level_0/settings index 5bcd1a6ff..ec2f74c60 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 5438eb4aa..d95f9f793 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 7d0b5d0c6..556816d1b 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 c2d248cb5..31ce64040 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 5621c53ad..985612755 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 a6b28ed11..f7637a6ec 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 63a5a826d..37c47e1d8 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 378e39051..3279fc6ed 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 9821a58d9..c7b0dff22 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 db8792baa..cb3442f6e 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 193cc80cf..1b7901f7e 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 ae2d4bed2..565b1f229 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 1c240a4a8..a61e4c0cc 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 331cbbcdb..2c81bfc6c 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 e5529d287..c43f5118a 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 91efc1100..d25247ee6 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 28fcf715b..c3fa67ffb 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 7c390e2cc..27a87ee72 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 b353b2532..20be8d852 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 2d488c4cb..d0a87d452 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 fc4f901b2..4d92ae257 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 510d511ca..2999b3414 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 8a9de752f..11a72ecc8 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 9cd9231ca..43c9ef502 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 e85b77dc7..db653dc30 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 0b6db4ea6..d835ae03e 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 c08ac182e..283b28e42 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 ea4a6a4b9..98dc5b514 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 a1efcbd12..b337686eb 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 4fb065ee0..9212a7d27 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 1dadb0d03..0328eb805 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 7f9642d00..8532ddbee 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 b21e812c2..9122a333a 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 a35c22d69..62e280af9 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 2458bf844..7dbeecb8b 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 27acfa154..a17a9d8a8 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 eec9dcd97..e12f57b8d 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 080e7a83c..8e2e6428a 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 c0dd13275..779f2a921 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 88c56d3e9..9fe8fbef0 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 a048baa9f..5d298cb52 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 d88ba070a..6e8fb3e5a 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 487174018..fe6ed1a27 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 08abf6eea..3fa4b6832 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 97d2c5c34..9e4c46499 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 9249e8781..07ad85b0b 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 371eef1c5..6039e4a69 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 8331e2a07..cba4a2714 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 54d0bc590..e3867e6f8 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 85b5e6b3b..0ccc5994a 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 cffd026c2..e0f21bd8d 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 643a58ebe..41ed15c6a 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 e17ea8053..b7b4ba6ef 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 f441eb155..cf7f7f1a5 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 e2178dd39..5ed3fd7d2 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 1e1bb92db..7f90ad2b7 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 6f680f2c5..8c6f081df 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 e14a4e513..c0da86076 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 eed3fcb34..84a88ab09 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 7cc96d0d6..306ad6b58 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 d40b5c24c..c06f37693 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 5387ccac1..6e0b71f1d 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 ea6454b3a..a660a2ffb 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 a8d04a2c3..0646c7b29 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 060c1787f..26434c29f 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 7b281ba61..497e60a6d 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 492642165..39d2e19c0 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 0025ab7c6..3f8d5c5f1 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 e77435e87..5ad6add41 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 ce55931de..84ed69d4c 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 0888c2080..c9014d106 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 005953b3c..dbf1312c4 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 054e5ef2f..4807a5fb8 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 311ac2a9f..bd6edadc2 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 036c67097..e7e2f696c 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 809471f62..329cf77f0 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 6c683b28c..042971ea3 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 3544399cb..7e7096097 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 50cb484f6..c1aebaf65 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 50484e440..6219da9b4 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 9744cb7ff..5358665f9 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 d97f4a2f5..23c99f9e3 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 7a96f53fc..764b86520 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 b6d111cb7..13108f7d1 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 bf6ee94c0..da57dfee3 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 142bb841a..d62352cd1 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 8cb57fb47..1c938fdd5 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 f54d2e2c5..53aa7908e 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 40b37da1b..536e7a4b4 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 8a5140a5e..065c6d205 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 f1dafa609..023953c2b 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 f1c07987a..794154991 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 b7966fc8b..4020d7761 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 c5c5747c5..ff6750213 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 041d93de8..95a8f80ee 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 a20c5753b..dd87c4805 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 728f0fb45..4b11c00d4 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 727d53eec..a6d120605 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 ef8f005b7..b0e12b9ed 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 b1b08d28a..095c0a2c6 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 34f84d7bf..c67be3706 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 123b05b94..5c82ebe44 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 3d1cb54e9..e47397593 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 30014d36f..0cdbe79b0 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 4dbe7b1cb..2df3049bf 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_ -- 2.47.3