Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/lttng-tools: bump to version 2.7.1 | Samuel Martin | 2016-01-13 | 1 | -94/+0 |
| | | | | | | | | Also remove merged patches. So, autoreconf is no longer needed. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | package/lttng-tools: fix static build | Samuel Martin | 2015-12-09 | 1 | -0/+94 |
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> |