Package: thin-provisioning-tools / 0.7.6-2.1

Metadata

Package Version Patches format
thin-provisioning-tools 0.7.6-2.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix build system.patch | (download)

Makefile.in | 30 13 + 17 - 0 !
1 file changed, 13 insertions(+), 17 deletions(-)

 fix build system

 * Make verbose enough
 * Actually honor CPPFLAGS and LDFLAGS
 * Never link libstdc++

Signed-off-by: Bastian Blank <waldi@debian.org>

0002 fix FTBFS against libaio 0.3.112.patch | (download)

ft-lib/bcache.c | 20 10 + 10 - 0 !
1 file changed, 10 insertions(+), 10 deletions(-)

 fix ftbfs against libaio 0.3.112
 Since version 0.3.112, libaio.h includes signal.h, which conflicts with the
 (static) raise() function in ft-lib/bcache.c. This patch renames the latter
 to fix the conflict.