package/lttng-tools: fix static build
authorSamuel Martin <s.martin49@gmail.com>
Tue, 8 Dec 2015 23:11:14 +0000 (00:11 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 9 Dec 2015 22:39:11 +0000 (23:39 +0100)
commite85a0bb03face4963b1e93b83cdb01066d68b79b
treefc3819264ecc36c2c5f89dfd6e7f2071ef806c67
parent333d09ee864f152292dec646437a482ce514ebb7
package/lttng-tools: fix static build

Some unit tests depend on objects from src/common/.
This patch makes sure to points to the location of the non-PIC object files.
Otherwise, in case of static only build, the PIC object are not built, so
the link will fail.

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/0003-tests-unit-fix-object-files-location.patch [new file with mode: 0644]