Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37535857
en ru br
Репозитории ALT
S:1.7.0-alt4
D:1.2.12-alt2.1
5.1: 1.4.6-alt0.M51.1
4.1: 1.2.12-alt2
4.0: 1.2.8-alt1.2
+updates:1.2.8-alt1.2
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: apr1

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: apr-1.4.4-alt-025_GNU_SOURCE_earlier.dpatch
Скачать


 include/apr.h.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/apr.h.in b/include/apr.h.in
index bef91eb..a27caf3 100644
--- a/include/apr.h.in
+++ b/include/apr.h.in
@@ -33,6 +33,10 @@
  * for Win32 or Netware by those build environments, respectively.
  */
 
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+
 /**
  * @defgroup APR Apache Portability Runtime library
  * @{
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin