[Pkg-mongodb-maintainers] [pkg-mongodb] 346/394: Drop 0009-ignore-unused-local-typedefs.patch

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 14:00:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit b20de99988dea30eeaed0d896f2c45fa51d30207
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Fri Jan 15 12:37:52 2016 +0200

    Drop 0009-ignore-unused-local-typedefs.patch
    
    We are using the system's v8 library, so patching third_party/v8 is useless.
---
 .../patches/0009-ignore-unused-local-typedefs.patch   | 19 -------------------
 debian/patches/series                                 |  1 -
 2 files changed, 20 deletions(-)

diff --git a/debian/patches/0009-ignore-unused-local-typedefs.patch b/debian/patches/0009-ignore-unused-local-typedefs.patch
deleted file mode 100644
index 1c801e7..0000000
--- a/debian/patches/0009-ignore-unused-local-typedefs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Disable unused-local-typedefs errors
- Disables new unused-local-typedefs as found in gcc 4.8
- .
- Based on commit to trunk upstream.
-Author: James Page <james.page at ubuntu.com>
-Origin: https://github.com/mongodb/mongo/commit/2d30f0b562c1925a52670e767c2c0222189fb8f0
-
---- a/src/third_party/v8/SConscript
-+++ b/src/third_party/v8/SConscript
-@@ -48,7 +48,8 @@
-     'all': {
-       'CCFLAGS':      ['-Wno-unused-parameter',
-                        '-Woverloaded-virtual',
--                       '-Wnon-virtual-dtor']
-+                       '-Wnon-virtual-dtor',
-+                       '-Wno-unused-local-typedefs']
-     },
-     'mode:debug': {
-       'CPPDEFINES':   ['ENABLE_DISASSEMBLER', 'DEBUG'],
diff --git a/debian/patches/series b/debian/patches/series
index 057bebd..277fb8c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,7 +3,6 @@
 0004-kfreebsd-does-not-have-sys-prctl.h.patch
 0006-Fix-ARM-alignment-problems.patch
 0007-Use-TIME_UTC_-macro.patch
-0009-ignore-unused-local-typedefs.patch
 0099-Pagesize-hacks.patch
 0004-Support-ppc64el-builds.patch
 0012-support-gnu.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list