summaryrefslogtreecommitdiffstats
path: root/package/libsigc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-03-20 13:24:22 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-03-20 14:21:35 +0100
commitb71aea910eb8c24ba1b9c6a65a6f654ffe171959 (patch)
treec5d0b7b1e07732366715cb36b1fc9aa770d6f4b2 /package/libsigc
parent68d2124d332a722422d59988183c20d7b254d0af (diff)
downloadbuildroot-novena-b71aea910eb8c24ba1b9c6a65a6f654ffe171959.tar.gz
buildroot-novena-b71aea910eb8c24ba1b9c6a65a6f654ffe171959.zip
libsigc: bump to 2.2.10 to fix build with gcc 4.6
The build of libsigc 2.2.8 fails with gcc 4.6 with the following error message: In file included from signal_base.cc:20:0: ../sigc++/signal_base.h:48:11: error: 'size_t' does not name a type In file included from ../sigc++/signal.h:8:0, The 2.2.9 version was released with a fix for this build problem, so we directly bump to the latest version 2.2.10, which builds fine under gcc 4.6. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libsigc')
-rw-r--r--package/libsigc/libsigc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libsigc/libsigc.mk b/package/libsigc/libsigc.mk
index 4c443eb9f..8c20ba31d 100644
--- a/package/libsigc/libsigc.mk
+++ b/package/libsigc/libsigc.mk
@@ -3,7 +3,7 @@
# libsigc++
#
#############################################################
-LIBSIGC_VERSION = 2.2.8
+LIBSIGC_VERSION = 2.2.10
LIBSIGC_SOURCE = libsigc++-$(LIBSIGC_VERSION).tar.bz2
LIBSIGC_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2
LIBSIGC_INSTALL_STAGING = YES