* [Buildroot] [pull request] Pull request for branch libsigc-bump
@ 2012-03-20 12:24 Thomas Petazzoni
2012-03-20 12:24 ` [Buildroot] [PATCH 1/1] libsigc: bump to 2.2.10 to fix build with gcc 4.6 Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2012-03-20 12:24 UTC (permalink / raw)
To: buildroot
The following changes since commit b5fd0f2709cab72f48da12a5804dd8670fffbf6e:
Change the /etc/mtab symlink to use an absolute path (2012-03-19 17:08:13 +0100)
are available in the git repository at:
git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git libsigc-bump
Thomas Petazzoni (1):
libsigc: bump to 2.2.10 to fix build with gcc 4.6
package/libsigc/libsigc.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] libsigc: bump to 2.2.10 to fix build with gcc 4.6
2012-03-20 12:24 [Buildroot] [pull request] Pull request for branch libsigc-bump Thomas Petazzoni
@ 2012-03-20 12:24 ` Thomas Petazzoni
2012-03-20 13:21 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2012-03-20 12:24 UTC (permalink / raw)
To: buildroot
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 typeIn 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>
---
package/libsigc/libsigc.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/package/libsigc/libsigc.mk b/package/libsigc/libsigc.mk
index 4c443eb..8c20ba3 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
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] libsigc: bump to 2.2.10 to fix build with gcc 4.6
2012-03-20 12:24 ` [Buildroot] [PATCH 1/1] libsigc: bump to 2.2.10 to fix build with gcc 4.6 Thomas Petazzoni
@ 2012-03-20 13:21 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-03-20 13:21 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The build of libsigc 2.2.8 fails with gcc 4.6 with the following error
Thomas> message:
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-20 13:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 12:24 [Buildroot] [pull request] Pull request for branch libsigc-bump Thomas Petazzoni
2012-03-20 12:24 ` [Buildroot] [PATCH 1/1] libsigc: bump to 2.2.10 to fix build with gcc 4.6 Thomas Petazzoni
2012-03-20 13:21 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox