Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37885113
en ru br
ALT Linux repos
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 :: System/Servers
RPM: proftpd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: proftpd-1.3.0rc1-mod_sql_postgres.patch
Download


diff -Nur proftpd-1.3.0rc2.orig/contrib/mod_sql_postgres.c proftpd-1.3.0rc2/contrib/mod_sql_postgres.c
--- proftpd-1.3.0rc2.orig/contrib/mod_sql_postgres.c	2005-04-11 23:02:33 +0600
+++ proftpd-1.3.0rc2/contrib/mod_sql_postgres.c	2005-10-17 15:03:58 +0600
@@ -38,7 +38,7 @@
 
 #define _POSTGRES_PORT "5432"
 
-#include <libpq-fe.h>
+#include <pgsql/libpq-fe.h>
 #include "conf.h"
 #include "../contrib/mod_sql.h"
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin