]> 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>
Wed, 1 May 2024 15:08:52 +0000 (17:08 +0200)
commit22292e635869c4ec7534a5f18c5d496f670c923a
tree8f302ca1f4ed776bf60c0e6d947cdd98a6faf180
parentb33c3320496fbb4414ffe911bd1f8656c2cccdb4
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