summaryrefslogtreecommitdiffstats
path: root/package/ltrace
diff options
context:
space:
mode:
authorJérôme Pouiller <jezz@sysmic.org>2015-07-28 11:05:22 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-28 23:14:47 +0200
commitd5f5141aa6f2a16b4b59ac157e825654c1ed4b59 (patch)
tree74db45d53015f0ea37b645dd1a1f51c3e937eb2a /package/ltrace
parent34b4e42a2cfcc829bd5a926703a543ecf5f50b2c (diff)
downloadbuildroot-d5f5141aa6f2a16b4b59ac157e825654c1ed4b59.tar.gz
buildroot-d5f5141aa6f2a16b4b59ac157e825654c1ed4b59.zip
ltrace: bump to last version
0002-Install-lib-types-conf.patch was upstreamed. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ltrace')
-rw-r--r--package/ltrace/0002-Install-lib-types-conf.patch41
-rw-r--r--package/ltrace/ltrace.mk2
2 files changed, 1 insertions, 42 deletions
diff --git a/package/ltrace/0002-Install-lib-types-conf.patch b/package/ltrace/0002-Install-lib-types-conf.patch
deleted file mode 100644
index cc5f110c19..0000000000
--- a/package/ltrace/0002-Install-lib-types-conf.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Install lib*-types.conf
-
-This patch was written by Jérôme Pouiller and has been already sent to
-upstream:
-
-http://lists.alioth.debian.org/pipermail/ltrace-devel/2015-June/001328.html
-
-Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
-
-Install lib*-types.conf
-
-Files etc/libpthread.so-types.conf and etc/libc.so-types.conf was introduced in
-commit 5ba9e10 ("Split type definitions from the bundled configs into their own
-files"). However, they was not installed.
-
-So latrce failed with messages like :
-/usr/share/ltrace/libm.so.conf:333: error: unknown type around 'ldouble erfl(ldouble);
-
-This patch declare these configuration files.
-
-Signed-off-by: Jérôme Pouiller <jezz at sysmic.org>
----
- Makefile.am | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index f63fa09..394d91c 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -72,7 +72,8 @@ dist_man5_MANS = ltrace.conf.5
- dist_doc_DATA = COPYING CREDITS INSTALL README TODO
-
- dist_pkgdata_DATA = etc/syscalls.conf etc/libc.so.conf \
-- etc/libm.so.conf etc/libacl.so.conf etc/libpthread.so.conf
-+ etc/libm.so.conf etc/libacl.so.conf etc/libpthread.so.conf \
-+ etc/libpthread.so-types.conf etc/libc.so-types.conf
-
- EXTRA_DIST = \
- debian/changelog \
---
-1.8.5.6
diff --git a/package/ltrace/ltrace.mk b/package/ltrace/ltrace.mk
index 8a78a2acda..73ae28e964 100644
--- a/package/ltrace/ltrace.mk
+++ b/package/ltrace/ltrace.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LTRACE_VERSION = be0c6870e08a3be43b3a0d210fb8dc7614b1e82f
+LTRACE_VERSION = c22d359433b333937ee3d803450dc41998115685
LTRACE_SITE = git://anonscm.debian.org/collab-maint/ltrace.git
LTRACE_DEPENDENCIES = elfutils
LTRACE_CONF_OPTS = --disable-werror
OpenPOWER on IntegriCloud