aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-08-05 14:29:58 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-11 09:04:11 -0700
commit37c8700560b6da569cdf9d7c306a9aa31dcdf06f (patch)
treefc8d85613c2168d51e3ea00f69035677a0c7ebce /meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch
parent82d85bdee7707896cbd432b143eb0ac22c8e3451 (diff)
downloadopenembedded-core-contrib-37c8700560b6da569cdf9d7c306a9aa31dcdf06f.tar.gz
apt: update to 1.0.10.1
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch')
-rw-r--r--meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch b/meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch
new file mode 100644
index 0000000000..801ae6dddb
--- /dev/null
+++ b/meta/recipes-devtools/apt/apt/fix-gcc-4.6-null-not-defined.patch
@@ -0,0 +1,12 @@
+Upstream-Status: Pending
+
+--- a/apt-pkg/contrib/weakptr.h
++++ b/apt-pkg/contrib/weakptr.h
+@@ -21,6 +21,7 @@
+ #ifndef WEAK_POINTER_H
+ #define WEAK_POINTER_H
+
++#include <cstdlib>
+ #include <set>
+ /**
+ * Class for objects providing support for weak pointers.