]> git.pld-linux.org Git - packages/akonadi.git/commitdiff
- find our mysqld
authorshadzik <shadzik@pld-linux.org>
Tue, 11 Aug 2009 11:25:32 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    akonadi-mysqlpath.patch -> 1.1

akonadi-mysqlpath.patch [new file with mode: 0644]

diff --git a/akonadi-mysqlpath.patch b/akonadi-mysqlpath.patch
new file mode 100644 (file)
index 0000000..f022603
--- /dev/null
@@ -0,0 +1,20 @@
+--- server/src/storage/datastore.h.old 2009-08-11 13:21:23.575567291 +0200
++++ server/src/storage/datastore.h     2009-08-11 13:21:45.620417194 +0200
+@@ -60,7 +60,7 @@
+ Password=*****
+ #Options=UNIX_SOCKET=/home/foo/.local/share/akonadi/db_misc/mysql.socket
+ StartServer=true
+-ServerPath=/usr/sbin/mysqld
++ServerPath=/sbin/mysqld
+ [QSQLITE]
+ Name=/home/foo/.local/share/akonadi/akonadi.db
+--- server/CMakeLists.txt.old  2009-08-11 13:18:41.682055997 +0200
++++ server/CMakeLists.txt      2009-08-11 13:19:22.258718400 +0200
+@@ -1,5 +1,5 @@
+-find_program( MYSQLD_EXECUTABLE mysqld /usr/sbin /usr/local/sbin /usr/libexec /usr/local/libexec /opt/mysql/libexec )
++find_program( MYSQLD_EXECUTABLE mysqld /sbin /usr/local/sbin /usr/libexec /usr/local/libexec /opt/mysql/libexec )
+ if( MYSQLD_EXECUTABLE)
+    message( STATUS "MySQL Server found." )
+ else ( MYSQLD_EXECUTABLE )
This page took 0.039051 seconds and 4 git commands to generate.