Package: libfiu / 0.90-3

Metadata

Package Version Patches format
libfiu 0.90-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_wrap_python_for_tests.diff | (download)

tests/Makefile | 9 3 + 6 - 0 !
tests/wrap-python | 59 59 + 0 - 0 !
2 files changed, 62 insertions(+), 6 deletions(-)

 [patch] properly wrap python to use the built bindings

The Python tests should run using the built bindings, not the installed ones.

This patch adds a wrapper to do the invocation of the python binary with the
appropriate environment variables to make that happen.

Thanks to Chris Lamb for reporting this issue.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

02_include_stdlib.diff | (download)

libfiu/backtrace.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] libfiu: include <stdlib.h> to fix a broken build

On some platforms, the headers already included by backtrace.c are not enough
to get the definition of NULL, so this patch includes <stdlib.h> directly to
prevent that.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>