usbip: Use _FORTIFY_SOURCE=2 instead of (implicitly) =1
authorUwe Kleine-König <ukleinek@debian.org>
Wed, 3 May 2023 17:36:22 +0000 (19:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 May 2023 14:11:30 +0000 (15:11 +0100)
commit06042d7b32a71c6a423948f8c7fd4bd13572bdf3
tree3a814e21d27c3f70c97fd854f31df25441337635
parent0c7f35d26b1dc45ab27e3ea8ff7f6a8a88a18174
usbip: Use _FORTIFY_SOURCE=2 instead of (implicitly) =1

_FORTIFY_SOURCE=2 uses more and stricter checks. This is what e.g.
Debian recommends to build packages with.

While at it fix a typo in the output of ./configure --help.

Signed-off-by: Uwe Kleine-König <ukleinek@debian.org>
Reviewed-By: Hongren Zheng <i@zenithal.me>
Link: https://lore.kernel.org/r/20230503173622.1072787-1-ukleinek@debian.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/usb/usbip/configure.ac