[Buildroot] [PATCH 06/12] elfutils: new package

Stefan Fröberg stefan.froberg at petroprogram.com
Wed Dec 19 23:43:44 UTC 2012


There is an mismatch with gnulib gettext version and the
version of gettext that elfutils is using.
Disable using locale stuff for now.

Signed-off-by: Stefan Fröberg <stefan.froberg at petroprogram.com>
---
 package/elfutils/elfutils-disable-po.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 package/elfutils/elfutils-disable-po.patch

diff --git a/package/elfutils/elfutils-disable-po.patch b/package/elfutils/elfutils-disable-po.patch
new file mode 100644
index 0000000..bafc4e6
--- /dev/null
+++ b/package/elfutils/elfutils-disable-po.patch
@@ -0,0 +1,12 @@
+diff -Naur elfutils-0.155.org/Makefile.am elfutils-0.155/Makefile.am
+--- elfutils-0.155.org/Makefile.am	2012-12-18 23:11:18.119231653 +0200
++++ elfutils-0.155/Makefile.am	2012-12-18 23:11:32.016997982 +0200
+@@ -24,7 +24,7 @@
+ 
+ # Add doc back when we have some real content.
+ SUBDIRS = config m4 gnulib lib libelf libebl libdwfl libdw libcpu libasm backends \
+-	  src po tests
++	  src tests
+ 
+ EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
+ 	     COPYING COPYING-GPLV2 COPYING-LGPLV3 gnulib-cache.m4
-- 
1.7.7.6




More information about the buildroot mailing list