Package: ucl / 1.03+repack-4

Metadata

Package Version Patches format
ucl 1.03+repack-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 Examples.patch | (download)

examples/portab.h | 2 1 + 1 - 0 !
examples/simple.c | 2 1 + 1 - 0 !
examples/uclpack.c | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 01 examples.

Fix examples.

02 Autoreconf.patch | (download)

Makefile.am | 2 2 + 0 - 0 !
configure.ac | 4 3 + 1 - 0 !
examples/Makefile.am | 2 1 + 1 - 0 !
m4/acc1.m4 | 97 97 + 0 - 0 !
m4/acc2.m4 | 42 42 + 0 - 0 !
m4/acc3.m4 | 143 143 + 0 - 0 !
src/Makefile.am | 5 2 + 3 - 0 !
7 files changed, 290 insertions(+), 5 deletions(-)

 02 autoreconf

Fix autoconf files to make it possible to call autoreconf, see bug #744671.
The acc[123].m4 files were extracted from the original aclocal.m4 file.

03 Reproducible build.patch | (download)

src/ucl_util.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 03 reproducible build

Introduced BUILD_DATETIME pre-processor variable to
be used instead of __DATE__ __TIME__ to make build
reproducible.

04 Static assert.patch | (download)

acc/acc_defs.h | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 switch to _static_assert

Use _Static_assert for compile-time assertion to fix
build failures with gcc-6 (closes: #811707)