Package: libntru / 0.5-3

Metadata

Package Version Patches format
libntru 0.5-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_Makefile.linux.patch | (download)

Makefile.linux | 15 8 7 - 0 !
1 file changed, 8 insertions( ), 7 deletions(-)

 fix makefile.linux for debian
 Add multiarch support. Add soname.
0001 src ntru_endian.h Fix FTBFS bug on big endian arches.patch | (download)

src/ntru_endian.h | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 [patch] src/ntru_endian.h: fix ftbfs bug on big-endian arches for
 GLIBC >= 2.9

The original code override those functions when GLIBC >= 2.9.
We should check GLIBC version < 2.9 and only provide the byte-order
convertion functions when needed.

Signed-off-by: Ying-Chun Liu (PaulLiu) <[email protected]>