mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
FORTIFY_SOURCE -> _FORTIFY_SOURCE
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ AC_ARG_ENABLE(debug,
|
||||
CFLAGS="$nxflags -O0 -g3"
|
||||
])
|
||||
ENABLE_CWFLAGS=yes
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG=1 -UFORTIFY_SOURCE"
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG=1 -U_FORTIFY_SOURCE"
|
||||
])
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user