We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7f35d commit 06042d7Copy full SHA for 06042d7
tools/usb/usbip/configure.ac
@@ -94,11 +94,11 @@ AC_SUBST([USBIDS_DIR])
94
AC_MSG_CHECKING([whether to use fortify])
95
AC_ARG_WITH([fortify],
96
[AS_HELP_STRING([--with-fortify],
97
- [use _FORTIFY_SROUCE option when compiling)])],
+ [use _FORTIFY_SOURCE=2 option when compiling)])],
98
dnl [ACTION-IF-GIVEN]
99
[if test "$withval" = "yes"; then
100
AC_MSG_RESULT([yes])
101
- CFLAGS="$CFLAGS -D_FORTIFY_SOURCE -O"
+ CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 -O"
102
else
103
AC_MSG_RESULT([no])
104
CFLAGS="$CFLAGS -U_FORTIFY_SOURCE"
0 commit comments