about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/nosql/mongodb/forget-build-dependencies-4-4.patch
blob: 1c3e0982a8c1ac0c2c46098e7e8e4d14d6c8fe80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- a/site_scons/mongo/generators.py
+++ b/site_scons/mongo/generators.py
@@ -34,30 +34,12 @@ def default_buildinfo_environment_data():
             False,
         ),
         (
-            'ccflags',
-            '$CCFLAGS',
-            True,
-            False,
-        ),
-        (
             'cxx',
             '$CXX_VERSION',
             True,
             False,
         ),
         (
-            'cxxflags',
-            '$CXXFLAGS',
-            True,
-            False,
-        ),
-        (
-            'linkflags',
-            '$LINKFLAGS',
-            True,
-            False,
-        ),
-        (
             'target_arch',
             '$TARGET_ARCH',
             True,