Package: libdfp / 1.0.16-1

Metadata

Package Version Patches format
libdfp 1.0.16-1 3.0 (quilt)

Patch series

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

Makefile.in | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 fix .pc permissions

pkg config files are installed with executable rights which shouldn't
be.

0002 Fix reproducibility issue.patch | (download)

Makefile.in | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 fix reproducibility issue

libdfp.a and libdfp-1.0.15.so contain full path to printf_dfp.c in the build directory.
-fdebug-prefix-map=OLD=NEW is used but it doesn't change anything.
Building with relative path to source dir does the job for now.