]> git.tuebingen.mpg.de Git - lopsub.git/commit
debian: use fortified libc. pu
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 24 Apr 2024 02:31:22 +0000 (04:31 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 10 May 2024 01:20:49 +0000 (03:20 +0200)
commit63880370c4ada1a8b824903684a0dd7299a68aeb
tree8f302ca1f4ed776bf60c0e6d947cdd98a6faf180
parent3ad6b53d608fb5e49a1c9348dbe7f45d4f66e54b
debian: use fortified libc.

dpkg-buildflags() emits a number of var=val pairs, which specifically
set LDFLAGS. By turning on hardening, the value includes -z,now to
tell the linker to resolve all symbols at startup time, which is a
prerequisite for a read-only global offset table.

Suggested-by: lintian(1)
debian/rules