diff options
author | Eric Bénard <eric@eukrea.com> | 2013-04-25 00:08:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:50 +0100 |
commit | 09b3a782bf1c0738ddd7f9622a7fa4a1d51225ca (patch) | |
tree | e2990f23773f8b4718ad6fe1705bba30c3cbed18 /meta/recipes-devtools/apt/apt-0.9.7.8/fix-gcc-4.6-null-not-defined.patch | |
parent | b7430ff83760ac29079d20dc7c62f498a0a9d55d (diff) | |
download | openembedded-core-09b3a782bf1c0738ddd7f9622a7fa4a1d51225ca.tar.gz openembedded-core-09b3a782bf1c0738ddd7f9622a7fa4a1d51225ca.tar.bz2 openembedded-core-09b3a782bf1c0738ddd7f9622a7fa4a1d51225ca.zip |
apt: update to 0.9.7.8
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/apt/apt-0.9.7.8/fix-gcc-4.6-null-not-defined.patch')
-rw-r--r-- | meta/recipes-devtools/apt/apt-0.9.7.8/fix-gcc-4.6-null-not-defined.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt-0.9.7.8/fix-gcc-4.6-null-not-defined.patch b/meta/recipes-devtools/apt/apt-0.9.7.8/fix-gcc-4.6-null-not-defined.patch new file mode 100644 index 0000000000..70ecd95096 --- /dev/null +++ b/meta/recipes-devtools/apt/apt-0.9.7.8/fix-gcc-4.6-null-not-defined.patch @@ -0,0 +1,10 @@ +--- 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. |