]> code.delx.au - pulseaudio/commit
build-sys: Eliminate _FORTIFY_SOURCE warnings
authorAlexander E. Patrakov <patrakov@gmail.com>
Fri, 9 May 2014 17:48:55 +0000 (23:48 +0600)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Fri, 23 May 2014 10:02:31 +0000 (13:02 +0300)
commit2ef960b14579c085215bdf882325688924cc70e9
tree796d99ac72ee1b1e4843f15e43e03c1cc5350a35
parentec0e1e16a4931d2bc3798ecf5a91c81fdb699a6f
build-sys: Eliminate _FORTIFY_SOURCE warnings

The warnings were produced because the command-line flag redefined the
value of _FORTIFY_SOURCE coming from the specs on some distributions,
including Gentoo. So, undefine this macro before defining it.
configure.ac