From: Kevin Day Date: Sat, 6 Dec 2025 02:56:18 +0000 (-0600) Subject: Cleanup: Remove build settings objects that specify the default values. X-Git-Tag: 0.7.4~15 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=b5e5da863ff08c5ec4824771450eca962ffe0271;p=kevux-firewall Cleanup: Remove build settings objects that specify the default values. --- diff --git a/data/build/settings b/data/build/settings index 05ada81..103215e 100644 --- a/data/build/settings +++ b/data/build/settings @@ -62,28 +62,12 @@ build_sources_documentation man build_sources_setting network -build_script yes -build_shared yes build_static no path_headers program/firewall/main -path_library_script script -path_library_shared shared -path_library_static static -path_object_script script -path_object_shared shared -path_object_static static -path_program_script script -path_program_shared shared -path_program_static static path_sources sources/c/program/firewall/main has_path_standard no -preserve_path_headers yes - -search_exclusive yes -search_shared yes -search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/data/build/stand_alone/settings.firewall b/data/build/stand_alone/settings.firewall index bba8d4c..9034413 100644 --- a/data/build/stand_alone/settings.firewall +++ b/data/build/stand_alone/settings.firewall @@ -105,27 +105,9 @@ build_sources_documentation man build_sources_setting network -build_script yes -build_shared yes build_static no path_headers fll -path_library_script script -path_library_shared shared -path_library_static static -path_object_script script -path_object_shared shared -path_object_static static -path_program_script script -path_program_shared shared -path_program_static static - -has_path_standard yes -preserve_path_headers yes - -search_exclusive yes -search_shared yes -search_static yes environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH