diff options
| author | Alexys Jacob <ultrabug@gentoo.org> | 2021-01-18 11:40:51 +0100 |
|---|---|---|
| committer | Alexys Jacob <ultrabug@gentoo.org> | 2021-01-18 11:41:34 +0100 |
| commit | 53e1b1668820ffaa146ca8806fd9e2a36e550662 (patch) | |
| tree | a7189d14b20510c39aae4d581d7ec3887bbe83ee /dev-db/mongodb/files/mongodb-3.6.1-fix-scons.patch | |
| parent | a0e78539fe645049162f34f0e0375c678acdd8c3 (diff) | |
| download | gentoo-53e1b1668820ffaa146ca8806fd9e2a36e550662.tar.gz gentoo-53e1b1668820ffaa146ca8806fd9e2a36e550662.tar.bz2 gentoo-53e1b1668820ffaa146ca8806fd9e2a36e550662.zip | |
dev-db/mongodb: drop pmasked and vulnerable wrt #760827
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'dev-db/mongodb/files/mongodb-3.6.1-fix-scons.patch')
| -rw-r--r-- | dev-db/mongodb/files/mongodb-3.6.1-fix-scons.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-db/mongodb/files/mongodb-3.6.1-fix-scons.patch b/dev-db/mongodb/files/mongodb-3.6.1-fix-scons.patch deleted file mode 100644 index d7bfb35b00d5..000000000000 --- a/dev-db/mongodb/files/mongodb-3.6.1-fix-scons.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff --git a/SConstruct b/SConstruct -index fe7975b..92659a7 100644 ---- a/SConstruct -+++ b/SConstruct -@@ -1619,7 +1619,6 @@ if env.TargetOSIs('posix'): - # -Winvalid-pch Warn if a precompiled header (see Precompiled Headers) is found in the search path but can't be used. - env.Append( CCFLAGS=["-fno-omit-frame-pointer", - "-fno-strict-aliasing", -- "-ggdb", - "-pthread", - "-Wall", - "-Wsign-compare", -@@ -1631,6 +1630,8 @@ if env.TargetOSIs('posix'): - env.Append( CCFLAGS=["-Werror"] ) - - env.Append( CXXFLAGS=["-Woverloaded-virtual"] ) -+ env.Append( CXXFLAGS=os.environ['CXXFLAGS'] ) -+ env.Append( LINKFLAGS=os.environ['LDFLAGS'] ) - if env.ToolchainIs('clang'): - env.Append( CXXFLAGS=['-Werror=unused-result'] ) - -@@ -1650,8 +1651,8 @@ if env.TargetOSIs('posix'): - - env.Append( LIBS=[] ) - -- #make scons colorgcc friendly -- for key in ('HOME', 'TERM'): -+ #make scons colorgcc, distcc, ccache friendly -+ for key in ('HOME', 'PATH', 'TERM'): - try: - env['ENV'][key] = os.environ[key] - except KeyError: |
