diff options
author | Michele Calgaro <[email protected]> | 2018-10-13 21:09:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-13 21:09:49 +0900 |
commit | fc9e774ff9ea7f5c12d93556de61ad7dd53c9a69 (patch) | |
tree | 02cc15a1e46b79d480a282054ed0807a27c83574 /doc | |
parent | 1108e9e1a66b27df3d22772fd7f4dec332988dab (diff) | |
download | krusader-fc9e774ff9ea7f5c12d93556de61ad7dd53c9a69.tar.gz krusader-fc9e774ff9ea7f5c12d93556de61ad7dd53c9a69.zip |
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/installation.docbook | 2 | ||||
-rw-r--r-- | doc/ru/installation.docbook | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/installation.docbook b/doc/en/installation.docbook index 6c5162c..8a813c2 100644 --- a/doc/en/installation.docbook +++ b/doc/en/installation.docbook @@ -738,7 +738,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 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 |