Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch for-2012.05/fix-gettext-no-thread
@ 2012-05-06 15:33 Thomas Petazzoni
  2012-05-06 15:33 ` [Buildroot] [PATCH 1/1] gettext: fix build on !thread toolchains Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2012-05-06 15:33 UTC (permalink / raw)
  To: buildroot

The following changes since commit ed7b3362ad6dc33899766c803bba51240111aa43:

  valgrind: fix build on PowerPC/uClibc (2012-05-06 11:49:19 +0200)

are available in the git repository at:

  git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git for-2012.05/fix-gettext-no-thread

for you to fetch changes up to 045b0f2f0b53edbc30d7f42e157488a5d18f52e8:

  gettext: fix build on !thread toolchains (2012-05-06 17:33:15 +0200)

----------------------------------------------------------------
Thomas Petazzoni (1):
      gettext: fix build on !thread toolchains

 package/gettext/gettext-disable-tests.patch |   37 +++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 package/gettext/gettext-disable-tests.patch

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] gettext: fix build on !thread toolchains
  2012-05-06 15:33 [Buildroot] [pull request] Pull request for branch for-2012.05/fix-gettext-no-thread Thomas Petazzoni
@ 2012-05-06 15:33 ` Thomas Petazzoni
  2012-05-06 15:39   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2012-05-06 15:33 UTC (permalink / raw)
  To: buildroot

Fixes the build visible at
http://autobuild.buildroot.org/results/0a14bf7c4ae145a9731118d9565e52d0bf70732d/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/gettext/gettext-disable-tests.patch |   37 +++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 package/gettext/gettext-disable-tests.patch

diff --git a/package/gettext/gettext-disable-tests.patch b/package/gettext/gettext-disable-tests.patch
new file mode 100644
index 0000000..eded261
--- /dev/null
+++ b/package/gettext/gettext-disable-tests.patch
@@ -0,0 +1,37 @@
+Disable gettext tests that require threads
+
+gettext fails to build with a toolchain with no threads support just
+because some gettext tests (that aren't used in Buildroot) require
+threads. We therefore disable the build of such tests.
+
+Since the change in Makefile.in is simple, we also make it in this
+patch, which avoids the need to autoreconf the gettext package.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+
+Index: b/gettext-tools/Makefile.am
+===================================================================
+--- a/gettext-tools/Makefile.am
++++ b/gettext-tools/Makefile.am
+@@ -20,7 +20,7 @@
+ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
+ ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4
+ 
+-SUBDIRS = doc intl gnulib-lib libgrep libuniname src libgettextpo po projects misc man m4 tests examples
++SUBDIRS = doc intl gnulib-lib libgrep libuniname src libgettextpo po projects misc man m4 examples
+ 
+ EXTRA_DIST = misc/DISCLAIM
+ MOSTLYCLEANFILES = core *.stackdump
+Index: b/gettext-tools/Makefile.in
+===================================================================
+--- a/gettext-tools/Makefile.in
++++ b/gettext-tools/Makefile.in
+@@ -484,7 +484,7 @@
+ top_srcdir = @top_srcdir@
+ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
+ ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 -I libgettextpo/gnulib-m4
+-SUBDIRS = doc intl gnulib-lib libgrep libuniname src libgettextpo po projects misc man m4 tests examples
++SUBDIRS = doc intl gnulib-lib libgrep libuniname src libgettextpo po projects misc man m4 examples
+ 
+ # Allow users to use "gnulib-tool --update".
+ 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] gettext: fix build on !thread toolchains
  2012-05-06 15:33 ` [Buildroot] [PATCH 1/1] gettext: fix build on !thread toolchains Thomas Petazzoni
@ 2012-05-06 15:39   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-05-06 15:39 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Fixes the build visible at
 Thomas> http://autobuild.buildroot.org/results/0a14bf7c4ae145a9731118d9565e52d0bf70732d/build-end.log.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-06 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-06 15:33 [Buildroot] [pull request] Pull request for branch for-2012.05/fix-gettext-no-thread Thomas Petazzoni
2012-05-06 15:33 ` [Buildroot] [PATCH 1/1] gettext: fix build on !thread toolchains Thomas Petazzoni
2012-05-06 15:39   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox