From: Ilija Hadzic Date: Fri, 7 Dec 2012 21:49:43 +0000 (-0500) Subject: staging: usbip: userspace: add option to turn fortify on or off X-Git-Tag: v3.9-rc1~127^2~576 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=107fefd4dd56748878f1ffc44c321c29f6180748;p=pandora-kernel.git staging: usbip: userspace: add option to turn fortify on or off This comes handy when hacking with different cross compilers, some of which may or may not have _FORTIFY_SOURCE turned on by default. This patch allows us to turn _FORTIFY_SOURCE on by specifying --with-fortify option at configuration time (or to turn it off by specifying --without-fortify). If nothing is specified, default compiler behavior is assumed. Signed-off-by: Ilija Hadzic Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed