diff options
| author | Antonin Kral <a.kral@bobek.cz> | 2011-09-14 17:21:40 +0200 |
|---|---|---|
| committer | Antonin Kral <a.kral@bobek.cz> | 2011-09-14 17:21:40 +0200 |
| commit | 13b96efbd11f173cb46366ac8071e065e0a48520 (patch) | |
| tree | 96f63e691ea02631c1169a5da97bd747c5ade112 | |
| parent | 4fa2f88be57ba1ce2058472876415c681c66d103 (diff) | |
| download | mongodb-13b96efbd11f173cb46366ac8071e065e0a48520.tar.gz | |
removed failing patch to commence gbp-pq import
| -rw-r--r-- | debian/patches/0003-Closes-625401-ignore-unused-but-set-variable-paramet.patch | 21 | ||||
| -rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 22 deletions
diff --git a/debian/patches/0003-Closes-625401-ignore-unused-but-set-variable-paramet.patch b/debian/patches/0003-Closes-625401-ignore-unused-but-set-variable-paramet.patch deleted file mode 100644 index 9c2c9ee..0000000 --- a/debian/patches/0003-Closes-625401-ignore-unused-but-set-variable-paramet.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Antonin Kral <a.kral@bobek.cz> -Date: Sun, 7 Aug 2011 19:19:38 +0200 -Subject: (Closes: #625401) ignore unused-but-set-{variable,parameter} - ---- - SConstruct | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/SConstruct b/SConstruct -index 0293366..bafdac4 100644 ---- a/SConstruct -+++ b/SConstruct -@@ -673,6 +673,7 @@ if nix: - if linux: - env.Append( CPPFLAGS=" -Werror " ) - env.Append( CPPFLAGS=" -fno-builtin-memcmp " ) # glibc's memcmp is faster than gcc's -+ env.Append( CPPFLAGS=" -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter " ) # ignore new gcc 4.6 - env.Append( CXXFLAGS=" -Wnon-virtual-dtor " ) - env.Append( LINKFLAGS=" -fPIC -pthread -rdynamic" ) - env.Append( LIBS=[] ) --- diff --git a/debian/patches/series b/debian/patches/series index a2ce9e3..9e0d57f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ 0001-install-libs-to-usr-lib-not-usr-lib64-Closes-588557.patch 0002-return-empty-TERM-if-not-set-Closes-620910.patch -0003-Closes-625401-ignore-unused-but-set-variable-paramet.patch |
