diff options
Diffstat (limited to 'databases/mongodb70/files/patch-SConstruct')
-rw-r--r-- | databases/mongodb70/files/patch-SConstruct | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/mongodb70/files/patch-SConstruct b/databases/mongodb70/files/patch-SConstruct index a6da48e57114..816aa6946300 100644 --- a/databases/mongodb70/files/patch-SConstruct +++ b/databases/mongodb70/files/patch-SConstruct @@ -1,4 +1,4 @@ ---- SConstruct.orig 2023-06-07 17:07:38 UTC +--- SConstruct.orig 2024-06-19 03:26:19 UTC +++ SConstruct @@ -23,7 +23,6 @@ import SCons.Script @@ -8,7 +8,7 @@ from site_scons.mongo import build_profiles # This must be first, even before EnsureSConsVersion, if -@@ -1655,16 +1654,6 @@ env.AddMethod(lambda env, name, **kwargs: add_option(n +@@ -1653,16 +1652,6 @@ env.AddMethod(lambda env, name, **kwargs: add_option(n del envDict env.AddMethod(lambda env, name, **kwargs: add_option(name, **kwargs), 'AddOption') @@ -25,7 +25,7 @@ if get_option('build-metrics'): env['BUILD_METRICS_ARTIFACTS_DIR'] = '$BUILD_ROOT/$VARIANT_DIR' env.Tool('build_metrics') -@@ -1801,9 +1790,9 @@ if has_option('variables-help'): +@@ -1799,9 +1788,9 @@ if has_option('variables-help'): print(env_vars.GenerateHelpText(env)) Exit(0) @@ -38,7 +38,7 @@ install_actions.setup(env, get_option('install-action')) -@@ -3026,7 +3015,7 @@ if env.TargetOSIs('posix'): +@@ -3024,7 +3013,7 @@ if env.TargetOSIs('posix'): # If runtime hardening is requested, then build anything # destined for an executable with the necessary flags for PIE. env.AppendUnique( @@ -47,7 +47,7 @@ PROGLINKFLAGS=['-pie'], ) -@@ -3034,7 +3023,6 @@ if env.TargetOSIs('posix'): +@@ -3032,7 +3021,6 @@ if env.TargetOSIs('posix'): env.Append( CCFLAGS=[ "-fasynchronous-unwind-tables", |