From fc9e774ff9ea7f5c12d93556de61ad7dd53c9a69 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 13 Oct 2018 21:09:49 +0900 Subject: Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro --- doc/ru/installation.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ru') diff --git a/doc/ru/installation.docbook b/doc/ru/installation.docbook index 130380a..8981101 100644 --- a/doc/ru/installation.docbook +++ b/doc/ru/installation.docbook @@ -664,7 +664,7 @@ Krusader Project: Source code location: . C Compiler: gcc C Compiler flags: -ansi -W -Wall -pedantic -Wchar-subscripts -Wshadow -Wpointer-arith --Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 +-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_DEFAULT_SOURCE -O2 -Wformat-security -Wmissing-format-attribute C++ Compiler: g++ prefix: /usr/local -- cgit v1.2.1