]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/lttng-tools: backport patch fixing pthread_setname_np failure
authorSamuel Martin <s.martin49@gmail.com>
Tue, 8 Dec 2015 23:11:13 +0000 (00:11 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 9 Dec 2015 22:38:45 +0000 (23:38 +0100)
commit333d09ee864f152292dec646437a482ce514ebb7
treea3b806a940e91ea78e77cbdd72d2818177ac2b25
parent12fb1149eeaee4cc2e3f683192c4959b5ce73f38
package/lttng-tools: backport patch fixing pthread_setname_np failure

This patch, backported from upstream, prevent the build from failing due
to:

  [...]
    CCLD     lttng-consumerd
  ../../../src/common/.libs/libcommon.a(runas.o): In function `run_as_worker':
  /tmp/br/build/lttng-tools-2.7.0/src/common/runas.c:325: undefined reference to `pthread_setname_np'
  collect2: error: ld returned 1 exit status
  Makefile:475: recipe for target 'lttng-consumerd' failed
  [...]

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/lttng-tools/0002-Fix-Remove-dependency-on-glibc-2.12-caused-by-pthrea.patch [new file with mode: 0644]