Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37676743
en ru br
Репозитории ALT
S:1.3.8-alt0.2.ga3489a6c8
5.1: 1.3.3rc1-alt3
4.1: 1.3.2rel-alt0.M41.1
4.0: 1.3.0rel-alt2
3.0: 1.3.0rc1-alt2
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: proftpd

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

Патч: proftpd-1.3.6-inc-pcre.patch
Скачать


diff --git a/proftpd/include/regexp.h b/proftpd/include/regexp.h
index 30db332ed..ee5def4e4 100644
--- a/proftpd/include/regexp.h
+++ b/proftpd/include/regexp.h
@@ -33,8 +33,8 @@
  */
 
 #ifdef PR_USE_PCRE
-# include <pcre.h>
-# include <pcreposix.h>
+# include <pcre/pcre.h>
+# include <pcre/pcreposix.h>
 
 /* Make sure that we are using PCRE-7.0 or later. */
 # if defined(PCRE_MAJOR) && PCRE_MAJOR >= 7 && \
diff --git a/proftpd/src/regexp.c b/proftpd/src/regexp.c
index 3ee8eeffb..734b736a5 100644
--- a/proftpd/src/regexp.c
+++ b/proftpd/src/regexp.c
@@ -31,7 +31,7 @@
 #ifdef PR_USE_REGEX
 
 #ifdef PR_USE_PCRE
-#include <pcre.h>
+#include <pcre/pcre.h>
 
 struct regexp_rec {
   pool *regex_pool;
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin