]> Kevux Git Server - fll/commitdiff
Update: Restrict environment to PATH and LD_LIBRARY_PATH by default.
authorKevin Day <thekevinday@gmail.com>
Sat, 9 Jul 2022 22:44:24 +0000 (17:44 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 9 Jul 2022 22:51:25 +0000 (17:51 -0500)
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.

105 files changed:
build/level_0/settings
build/level_1/settings
build/level_2/settings
build/monolithic/settings
level_0/f_account/data/build/settings
level_0/f_account/data/build/testfile
level_0/f_capability/data/build/settings
level_0/f_capability/data/build/testfile
level_0/f_color/data/build/settings
level_0/f_color/data/build/testfile
level_0/f_console/data/build/settings
level_0/f_console/data/build/testfile
level_0/f_control_group/data/build/settings
level_0/f_control_group/data/build/testfile
level_0/f_conversion/data/build/settings
level_0/f_conversion/data/build/testfile
level_0/f_directory/data/build/settings
level_0/f_directory/data/build/testfile
level_0/f_environment/data/build/settings
level_0/f_environment/data/build/testfile
level_0/f_execute/data/build/settings
level_0/f_execute/data/build/testfile
level_0/f_file/data/build/settings
level_0/f_file/data/build/testfile
level_0/f_fss/data/build/settings
level_0/f_fss/data/build/testfile
level_0/f_iki/data/build/settings
level_0/f_iki/data/build/testfile
level_0/f_limit/data/build/settings
level_0/f_limit/data/build/testfile
level_0/f_memory/data/build/settings
level_0/f_memory/data/build/testfile
level_0/f_path/data/build/settings
level_0/f_path/data/build/testfile
level_0/f_pipe/data/build/settings
level_0/f_pipe/data/build/testfile
level_0/f_print/data/build/settings
level_0/f_print/data/build/testfile
level_0/f_serialize/data/build/settings
level_0/f_serialize/data/build/testfile
level_0/f_signal/data/build/settings
level_0/f_signal/data/build/testfile
level_0/f_socket/data/build/settings
level_0/f_socket/data/build/testfile
level_0/f_status/data/build/settings
level_0/f_status/data/build/testfile
level_0/f_status_string/data/build/settings
level_0/f_status_string/data/build/testfile
level_0/f_string/data/build/settings
level_0/f_string/data/build/testfile
level_0/f_thread/data/build/settings
level_0/f_thread/data/build/testfile
level_0/f_type/data/build/settings
level_0/f_type_array/data/build/settings
level_0/f_type_array/data/build/testfile
level_0/f_utf/data/build/settings
level_0/f_utf/data/build/testfile
level_1/fl_control_group/data/build/settings
level_1/fl_conversion/data/build/settings
level_1/fl_directory/data/build/settings
level_1/fl_environment/data/build/settings
level_1/fl_execute/data/build/settings
level_1/fl_fss/data/build/settings
level_1/fl_iki/data/build/settings
level_1/fl_print/data/build/settings
level_1/fl_signal/data/build/settings
level_1/fl_string/data/build/settings
level_1/fl_utf/data/build/settings
level_1/fl_utf_file/data/build/settings
level_2/fll_control_group/data/build/settings
level_2/fll_error/data/build/settings
level_2/fll_execute/data/build/settings
level_2/fll_file/data/build/settings
level_2/fll_fss/data/build/settings
level_2/fll_fss_status_string/data/build/settings
level_2/fll_iki/data/build/settings
level_2/fll_path/data/build/settings
level_2/fll_print/data/build/settings
level_2/fll_program/data/build/settings
level_2/fll_status_string/data/build/settings
level_2/fll_status_string/data/build/testfile
level_3/byte_dump/data/build/settings
level_3/control/data/build/settings
level_3/controller/data/build/settings
level_3/fake/data/build/fakefile
level_3/fake/data/build/settings
level_3/firewall/data/build/settings
level_3/fss_basic_list_read/data/build/settings
level_3/fss_basic_list_write/data/build/settings
level_3/fss_basic_read/data/build/settings
level_3/fss_basic_write/data/build/settings
level_3/fss_embedded_list_read/data/build/settings
level_3/fss_embedded_list_write/data/build/settings
level_3/fss_extended_list_read/data/build/settings
level_3/fss_extended_list_write/data/build/settings
level_3/fss_extended_read/data/build/settings
level_3/fss_extended_write/data/build/settings
level_3/fss_identify/data/build/settings
level_3/fss_payload_read/data/build/settings
level_3/fss_payload_write/data/build/settings
level_3/fss_status_code/data/build/settings
level_3/iki_read/data/build/settings
level_3/iki_write/data/build/settings
level_3/status_code/data/build/settings
level_3/utf8/data/build/settings

index 5bcd1a6ff91f5cb5404f8fd843b6ce0e78d7e1f1..ec2f74c6032197502009ca908c17af1e61b3a415 100644 (file)
@@ -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_
index 5438eb4aaba9751f8c235dde95805ffbcc7149cb..d95f9f793e32bbf438b99201ce21e02eb78376d5 100644 (file)
@@ -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_
index 7d0b5d0c63d67ce14282452b26cd06dda688fd1b..556816d1b9d555ad484de5e9aa8cb4c66d5b42e8 100644 (file)
@@ -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_
index c2d248cb5928988130268b564f52bd59a116e4d7..31ce6404057e4be0fbc18c2036a8ef82e6580d23 100644 (file)
@@ -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_
index 5621c53ad402ef19149c1123cd402b39905731d5..985612755919cbfb90703260479d834806e0c567 100644 (file)
@@ -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
index a6b28ed11d26c9d8344ae1757cd180ab35eb8ece..f7637a6ecde6dedd9f876597b6fa1fa53106645e 100644 (file)
@@ -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
index 63a5a826dd4dcb361b9878b1142e867cca6a5e5a..37c47e1d81e849e52cc4005a3833a8afc669f9ab 100644 (file)
@@ -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_
 
index 378e39051f7f4d59dec412125aa61288a8b948cc..3279fc6ed06e337e1d0ffa12dabeb98efcae7014 100644 (file)
@@ -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
index 9821a58d98eb2957a97281f877a030c82362c2ab..c7b0dff22e83bb0de8e96013a69f64e2a1716bb0 100644 (file)
@@ -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
index db8792baa850879ec9af17d9553a3ed8ecc44fce..cb3442f6e7ca8fbf0092abd23ed0c8cc1c4fcc4d 100644 (file)
@@ -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
index 193cc80cf41ffe5e985ff336fbd546a9077a6de0..1b7901f7ec3143e86ae40ed25086da50eb178ec7 100644 (file)
@@ -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
index ae2d4bed2ffb820e61d4791089cb7fa064cc8138..565b1f2291d4e9e4a9074a41d75036534b54a7e5 100644 (file)
@@ -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
index 1c240a4a8f89c3042c59f3a7cce5612b9ca49b03..a61e4c0cca48bf464ed7f2ec5a64dcd3385b1774 100644 (file)
@@ -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
index 331cbbcdbef1968933630c0a9779b5ed7b025ed3..2c81bfc6c4ac8aa21862566c0fa5b1e9792021a4 100644 (file)
@@ -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
index e5529d28704728abe46e9ea3ce1120c91a3c41ae..c43f5118a4bd1ea1e2cc80bf6f37bd799ca90068 100644 (file)
@@ -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
index 91efc1100d3eb2c32139f802056abf07b0c63069..d25247ee692c895b79955c3d9cbde2e7f58e0b3a 100644 (file)
@@ -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
index 28fcf715be86c72ccfe0856ee1d3b6d40dfe37f6..c3fa67ffb4db9fc46d0f692374ed9739246a9a15 100644 (file)
@@ -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
index 7c390e2cc1bea0c6f6d62a8a2c77a391f19cf9e2..27a87ee72bc45b6e4624c2856f366f33353baad8 100644 (file)
@@ -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
index b353b25322160a3ea019c08a882985239c888620..20be8d85245a5614fa6ca4bdcd85eb6d6ded388a 100644 (file)
@@ -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
index 2d488c4cbd0ff0260076f5e32eb901a0298a1745..d0a87d45280535bd1ee177adcec4748a4d85c901 100644 (file)
@@ -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
index fc4f901b2ea6edfd12cf33fe31840dd7d8a1f46e..4d92ae2576980468896356fc185738411fc253e6 100644 (file)
@@ -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
index 510d511caf2cc43b327f6f9375b71f5ca41739b0..2999b3414bc4baa1d017344a25cb216a041ac2a3 100644 (file)
@@ -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
index 8a9de752fe32f13fff50217b2993ef9d2e524c97..11a72ecc89b5ad1853af7c9502f57388ac21639c 100644 (file)
@@ -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
index 9cd9231caa3788e3a2c40a222c85110bad24c2cc..43c9ef502c74f3d662cdde5651cf2e2ab763f3c8 100644 (file)
@@ -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
index e85b77dc7dedd14d8780023b34ca176feb774724..db653dc30647045391a3842cb7105502ee00ca7b 100644 (file)
@@ -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
index 0b6db4ea6ad638dd3ac9619dd9394f006b230aab..d835ae03e1b00293004ed7061d4541a9d5d04622 100644 (file)
@@ -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
index c08ac182e36b74249dc417339c63e163cf3c6b64..283b28e42dcb169295242b45d0375a26aaeedeb4 100644 (file)
@@ -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
index ea4a6a4b9709e36dcc7387e12fd0bb78f403fe6f..98dc5b514d1a03633e47a109da5036263c1192ca 100644 (file)
@@ -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
index a1efcbd1231df893f429cd7efc0b387a1c24adc5..b337686eb65fd054bf76a6c3c86d0a7561165209 100644 (file)
@@ -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
index 4fb065ee0833acedd8c94c7b15b87966cb1c03c6..9212a7d276c6244d707db870ff9e77ac01993142 100644 (file)
@@ -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
index 1dadb0d03d1cda03835126fa88a0ef5bdba41bc7..0328eb805d565865a419063fc6db6bc9a72d2625 100644 (file)
@@ -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
index 7f9642d00318f008207eab6be914bf288c2f762d..8532ddbee4ddaf38778719f052f72b0c3bc1ca31 100644 (file)
@@ -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
index b21e812c25f9d83d44c25aecbff9d40fd6c39180..9122a333a4aaf4d7d090c98c708401230635f5b2 100644 (file)
@@ -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
index a35c22d69f93de62317b02f0118f95d877b8d821..62e280af9c7fd5c7facf655900e6f61bacbac9a0 100644 (file)
@@ -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
index 2458bf84496edf83872c2d6a62ffede2d7ecde22..7dbeecb8b6e5ee2b0c7f15484548fa159144654f 100644 (file)
@@ -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
index 27acfa15401676c14fd86e38f5575e6760765e24..a17a9d8a81eb83b0d26bfd2005992d533c1b4325 100644 (file)
@@ -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
index eec9dcd97c587af6f82fb3e5e25ab3f500d0c1c3..e12f57b8d4684392d5bdba02cf38dab3c91156cb 100644 (file)
@@ -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
index 080e7a83c22c27de6443aa6b02ee7c383aa79722..8e2e6428a4d53088c45ef8fd008218d07cc598f8 100644 (file)
@@ -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
index c0dd13275a6022ecbe180c1a2e480d8ddf64d6c8..779f2a921b012cbee1ea0e1d086720f8b49d38d1 100644 (file)
@@ -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
index 88c56d3e9853baf19f3edbd4d4a880158daa4d3e..9fe8fbef0358f78d209f4478e55b12ecc5b9e557 100644 (file)
@@ -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
index a048baa9fdd186c5a2d6c9b3edb445e0c9895078..5d298cb5215747f3f85ca476ed2f4b682371be37 100644 (file)
@@ -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
index d88ba070acbd5c79de570071e98fee2d121dc741..6e8fb3e5a3344ef8fae347b906e011f7424cbc23 100644 (file)
@@ -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
index 487174018c1d50f2efd0b28350e36733a15c382d..fe6ed1a27559baf2d0c5c4395f4b16293f401d26 100644 (file)
@@ -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
index 08abf6eea7d4e29544edc2214533fb439cb9bee2..3fa4b683276889ad7d70ac37dfc5c3cde828641c 100644 (file)
@@ -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
index 97d2c5c34b509b4d06efe912a46f4e90e5818dc1..9e4c46499d497e25f18c0774995aaf30fa53be41 100644 (file)
@@ -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
index 9249e8781f0fdae8390379474df74c6eaf25c87e..07ad85b0b81895db98a8318f16cebeffcc2fa2a3 100644 (file)
@@ -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
index 371eef1c5c2ef47e238a186831d253875e3d1d52..6039e4a6921d87ef44901465ee08f26e622698c9 100644 (file)
@@ -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
index 8331e2a0735356a8d190143467a77ffc63f12994..cba4a2714ee380b495e55c9e397cbf0159bd1d86 100644 (file)
@@ -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
index 54d0bc5905a3f5d871fce257d9dc363a3596b07c..e3867e6f8ed04f481c8e248e644c9daf45d0cb22 100644 (file)
@@ -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
index 85b5e6b3b786746861b2b46abb09977602fc5b2e..0ccc5994a284b6443db220c5c5d11fc300e96fa1 100644 (file)
@@ -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
index cffd026c255a94694ade2afb771b56bc23c97828..e0f21bd8da506742473730187a976eba296cc7f7 100644 (file)
@@ -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
index 643a58ebe5838a171742b9e3fc294531b4768bcf..41ed15c6a509000406f854fbc1456300f6c47016 100644 (file)
@@ -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
index e17ea8053d4751200efefe89331b82bb960687bc..b7b4ba6efb734201d1dce3964736a21fee863b3e 100644 (file)
@@ -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
index f441eb155b8d3373fcc063350adcaaa6dbb457ce..cf7f7f1a5adcfe677c11deb65f9241cfdd51cb4c 100644 (file)
@@ -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
index e2178dd39d3ec3b362ff516804da30d14fa4e378..5ed3fd7d23c64d4df318d6286b7f523a56e9c77e 100644 (file)
@@ -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
index 1e1bb92db1137fc4c31f27c0b79d02caa387bbe1..7f90ad2b7cd891d4df2e0e65d3a9703760d85f4e 100644 (file)
@@ -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
index 6f680f2c5a5ebb300dbed76f6fd92e63bba35aba..8c6f081df4e825efc7c4b73252f2af8d2cc0568a 100644 (file)
@@ -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
index e14a4e5131d7cd3441e6f63d65fc785f0caa72f3..c0da86076450264493f008943ab4cd2062b0b1c7 100644 (file)
@@ -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
index eed3fcb34804551e2dad6c3b268639d5e0b33354..84a88ab0974af195728fbb1748e039cc4a3be71f 100644 (file)
@@ -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
index 7cc96d0d623b051bf9640142cc66220b4e9c3cce..306ad6b58e8e50cf8da11df9ea9a603d5e965377 100644 (file)
@@ -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
index d40b5c24c68bc7e99a8e03c76df73a3261b4f8c5..c06f37693c0d81b6e26f0a7d755936f654bf8e4c 100644 (file)
@@ -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
index 5387ccac1c810712b1c6584d156ea8285d5b5858..6e0b71f1da48967a2fa3911b8a84f2d1df099525 100644 (file)
@@ -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_
 
index ea6454b3a5c7e96bf0376974bef371b2d0c66e7c..a660a2ffb5c45b97b09f69376b55f74c2883536d 100644 (file)
@@ -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
index a8d04a2c38c67ea4092e6bf1f19a9b7b275c1633..0646c7b2993659490bd0763ae5fa279d82189a7d 100644 (file)
@@ -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
index 060c1787f0cd926ebb027d33d48dcd253aa1350d..26434c29fc31fcb7e81b591ed92f139fae733d21 100644 (file)
@@ -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
index 7b281ba61d41a37ce745ca6c70473a5d55b68ea9..497e60a6db8d7f58854d5ad9ff8dbf4465454e66 100644 (file)
@@ -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
index 492642165249d4dfa084a66ed98043f0f234ab58..39d2e19c01390e6e655bf25503762f22a88deff0 100644 (file)
@@ -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
index 0025ab7c64a0d107658e08e812784da8c49162c1..3f8d5c5f14098973bf29bac1f78429175efd852f 100644 (file)
@@ -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
index e77435e8794dd9cf33d450df25f39d5941330139..5ad6add4142e519a0259d2c6f77c2baee4f14814 100644 (file)
@@ -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
index ce55931dee0bd64f3c2a5729a1973e6798ace777..84ed69d4c3a5beea6407755802fbf71e4d877de8 100644 (file)
@@ -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
index 0888c2080f5cb4bcccc749e02e0f3094741b67d0..c9014d106bd49f35c7f3104cdefb9441e81e2414 100644 (file)
@@ -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
index 005953b3cce8311898c50ab1f558d08f987752fb..dbf1312c4eec90494628acf9562a612c874174ef 100644 (file)
@@ -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_
index 054e5ef2f51cb248bd17fc8eddbc07ce6cedca08..4807a5fb8ee8413d3905655aa8d478e544981c57 100644 (file)
@@ -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
index 311ac2a9ffc233aea448ca25b975778ba7e5025c..bd6edadc2386625bbad7cda88eaaa6a299862a41 100644 (file)
@@ -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
index 036c67097e9e65fbb0c318574836e0dbfe9b24c3..e7e2f696cf6e4ed36055b7bd54a106698c677d6c 100644 (file)
@@ -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
index 809471f62096ea2661e84f3be5d92ff5d7ee9234..329cf77f00a42f72654f16ba1f8ab2adda059109 100644 (file)
@@ -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
index 6c683b28cc30e9ec03d62a4e745dca2688ed7c48..042971ea334656f49ab4b2f82783a285f5d848b3 100644 (file)
@@ -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
index 3544399cb077317eb9ee94d1f571949f4a0e1e3c..7e70960970c71ef6d2a6ea18e0584f9eb032f6d0 100644 (file)
@@ -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
index 50cb484f65da710e6cf71122480a4da2785837c2..c1aebaf65fe30726396b9f6560b6d7b17e9670ae 100644 (file)
@@ -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
index 50484e440b480ad85f9b07aaf94b8806609d02f6..6219da9b420a727e8345bd93d5c6707a7fbfedbc 100644 (file)
@@ -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
index 9744cb7ff3abeb6cfb4639d78a968b2ff7b03309..5358665f90adf12f40f12f661af22990a492c6fb 100644 (file)
@@ -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
index d97f4a2f5931f3bcd730e42644adb435b1cdbc34..23c99f9e3f2bf98f5eaba8e91c2a4a9dd15ad246 100644 (file)
@@ -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_
 
index 7a96f53fc58c722b26040c7887ae29b4f9038ad8..764b8652015a9afd2a6cc5c2922f06676eb5b579 100644 (file)
@@ -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_
 
index b6d111cb7f13412e48f37a2c1a532b4f20e9df3a..13108f7d17d328db5faa50553251a17d29165647 100644 (file)
@@ -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_
index bf6ee94c023d0fcfe8b3c30ed5eeef0d7f392751..da57dfee3cdee7a19a04d28016f05be301246ea7 100644 (file)
@@ -7,7 +7,7 @@ settings:
   indexer ar
   indexer_arguments rcs
 
-  environment
+  environment PATH LD_LIBRARY_PATH
 
 main:
 
index 142bb841a9651419787d849013e23e83d5cf8596..d62352cd1261276545b31129aa418adafab128f2 100644 (file)
@@ -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_
 
index 8cb57fb47c5e7494ac8cc0ddba3217aeee06a253..1c938fdd5051500098186fd4de3951fc3b450429 100644 (file)
@@ -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_
 
index f54d2e2c59c1270768e5d3d26c600d1b5648c61c..53aa7908e8efb7cb162332795199d4e01e57949a 100644 (file)
@@ -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_
 
index 40b37da1b6c7c90a28a8486908b1849b44d3bb08..536e7a4b4595353f8b862a9d09aca9d845979679 100644 (file)
@@ -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_
 
index 8a5140a5e46f20140d736e1fc98cfe1e113112d0..065c6d205f2de3f6080242e1a91f197ecc7df2b2 100644 (file)
@@ -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_
 
index f1dafa609eab232d31c70354de6a93872ac95753..023953c2bd08a1553b2f348cd2a6ed6f104ad5a4 100644 (file)
@@ -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_
 
index f1c07987ae9a446be1ddfb5c9c49fe9bd4f8440d..794154991a3d1c5ce607a919310c50418efbfd2a 100644 (file)
@@ -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_
 
index b7966fc8b70957c1a319d853d9ae0192010a30a4..4020d7761bb9823641dc6f89ab71aef8eca615ff 100644 (file)
@@ -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_
 
index c5c5747c5ed419d158dee909c88e55a1f512e717..ff6750213e3fe79696da2f791927a530b04ee8c9 100644 (file)
@@ -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_
 
index 041d93de8e02fb7c6c6f16363a828f1cee9e41c4..95a8f80ee9d314999d376199f0219de5ff56aff5 100644 (file)
@@ -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_
 
index a20c5753bce8e195c3de654691cc2a70c6fcee99..dd87c480516b819e080a284c2e430218957e2452 100644 (file)
@@ -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_
 
index 728f0fb45757a9774c730f1a8295e32f3cb3d90f..4b11c00d404df626f5baa91779a6e43b6aa4c61d 100644 (file)
@@ -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_
 
index 727d53eec1c2fa07e100865ccccef4566f0cc4d1..a6d1206050f71376966f2cc6cbe671391904431f 100644 (file)
@@ -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_
 
index ef8f005b75e441e198c58ff66a9a355fc1d3a048..b0e12b9edc7ee9751d67f2e207795f600aff86d3 100644 (file)
@@ -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_
 
index b1b08d28adc5e3d484cb8e7e449b0511bd39d99e..095c0a2c670b180726f93da1e839c6e96df7d93e 100644 (file)
@@ -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_
 
index 34f84d7bfec00da1353c895f5c9d71b4287c627d..c67be3706a7bc18bf18ab3816799e2af8469dbce 100644 (file)
@@ -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_
 
index 123b05b9410d995336c7d83c860efd3181ecbee6..5c82ebe44f27da0c5799c8490cd610924768b0ff 100644 (file)
@@ -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_
 
index 3d1cb54e96850992a41852bf966cfbfef3cf95e6..e473975939216c2cc116ff18ba454dbbde569b33 100644 (file)
@@ -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_
 
index 30014d36fc09628c8d02a92dcda22a45cb7a14b5..0cdbe79b06772fffb70303ad347b8f491d06cb30 100644 (file)
@@ -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_
 
index 4dbe7b1cbd0039c86adbb9b6692a137337f3037d..2df3049bf94f272e555b2c3b6e2faaf4908fd742 100644 (file)
@@ -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_