]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: add a switch to disable hardening functions
authorVincent Bernat <vincent@bernat.im>
Tue, 19 May 2015 13:05:13 +0000 (15:05 +0200)
committerVincent Bernat <vincent@bernat.im>
Tue, 19 May 2015 13:05:13 +0000 (15:05 +0200)
commit8738a36d30e2e94257c5b1ae9cd3e7c3d314808e
treebf9b0ce903879a352b8b980f497a97d56792f81e
parent2389d2ccf7be6486596e517e82cc88a1b0d0d741
build: add a switch to disable hardening functions

Even when the tests succeed, on some platforms, hardening CFLAGS
fail. For example, this is the case on OpenWRT. It seems that the
executable needs to be linked to libssp. Difficult to test if the
problem only happens at runtime since we can execute anything.
configure.ac