Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37649329
en ru br
ALT Linux repositórios
S:1.3.8-alt0.2.ga3489a6c8
5.0: 1.3.2rel-alt0.M50.1
4.1: 1.3.2rel-alt0.M41.1
4.0: 1.3.0rel-alt2
3.0: 1.3.0rc1-alt2

Group :: Sistema/Servidores
RPM: proftpd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: proftpd-1.3.6-inc-pcre.patch
Download


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;
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009