biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / servers / nosql / mongodb / forget-build-dependencies-4-4.patch
blob1c3e0982a8c1ac0c2c46098e7e8e4d14d6c8fe80
1 --- a/site_scons/mongo/generators.py
2 +++ b/site_scons/mongo/generators.py
3 @@ -34,30 +34,12 @@ def default_buildinfo_environment_data():
4 False,
5 ),
7 - 'ccflags',
8 - '$CCFLAGS',
9 - True,
10 - False,
11 - ),
12 - (
13 'cxx',
14 '$CXX_VERSION',
15 True,
16 False,
19 - 'cxxflags',
20 - '$CXXFLAGS',
21 - True,
22 - False,
23 - ),
24 - (
25 - 'linkflags',
26 - '$LINKFLAGS',
27 - True,
28 - False,
29 - ),
30 - (
31 'target_arch',
32 '$TARGET_ARCH',
33 True,