Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37892092
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_mysql.patch
Download


diff -Nur proftpd-1.3.0rc1.orig/contrib/mod_sql_mysql.c proftpd-1.3.0rc1/contrib/mod_sql_mysql.c
--- proftpd-1.3.0rc1.orig/contrib/mod_sql_mysql.c	2005-04-15 11:21:20 +0600
+++ proftpd-1.3.0rc1/contrib/mod_sql_mysql.c	2005-04-15 13:45:56 +0600
@@ -132,7 +132,7 @@
 
 #define _MYSQL_PORT "3306"
 
-#include <mysql.h>
+#include <mysql/mysql.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