Package: mknbi / 1.4.4-14

Metadata

Package Version Patches format
mknbi 1.4.4-14 3.0 (quilt)

Patch series

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

nfl.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 n/a

02 gcc multilib.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build with gcc-multilib (closes: #587734).

03 gcc multilib harder.patch | (download)

Makefile | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 Pass appropriate options to ld and as to make multilib build work
 (Closes: #593609).

04 no stack protector.patch | (download)

Makefile | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 build with -fno-stack-protector
 -fstack-protector is the default on Ubuntu, but requires libc support.
Bug-Ubuntu: https://bugs.launchpad.net/bugs/520648
05 gcc 5.patch | (download)

Makefile | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix build failure with gcc5:
 build with -fgnu89-inline
06 reproducible builds.patch | (download)

Makefile | 11 8 + 3 - 0 !
1 file changed, 8 insertions(+), 3 deletions(-)

 make the build reproducible
07 disable pie.patch | (download)

Makefile | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 disable position independent executables by default