Blob Blame History Raw
From 745b2e18c5b58cfabcbf6e7863572122d673692e Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter@math.unl.edu>
Date: Fri, 11 Dec 2015 07:12:09 -0600
Subject: [PATCH 09/16] fix apparent/obvious error (typo?) in
 find_library(MYSQL_LIBRARIES...

---
 cmake/modules/FindMySQLAmarok.cmake | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/cmake/modules/FindMySQLAmarok.cmake b/cmake/modules/FindMySQLAmarok.cmake
index dffce31..275005c 100644
--- a/cmake/modules/FindMySQLAmarok.cmake
+++ b/cmake/modules/FindMySQLAmarok.cmake
@@ -63,15 +63,15 @@ else(MYSQLCONFIG_EXECUTABLE)
       PATHS
         ~/usr/lib/mysql
         /opt/mysql/mysql/lib 
-        usr/mysql/lib/mysql
-        opt/local/lib/mysql5/mysql
-        opt/mysqle/lib/mysql
-        usr/lib/mysql
-        usr/lib64/mysql
-        usr/lib64
-        usr/local/lib/mysql
-        opt/local/lib/mysql
-        opt/ports/lib/mysql5/mysql
+        /usr/mysql/lib/mysql
+        /opt/local/lib/mysql5/mysql
+        /opt/mysqle/lib/mysql
+        /usr/lib/mysql
+        /usr/lib64/mysql
+        /usr/lib64
+        /usr/local/lib/mysql
+        /opt/local/lib/mysql
+        /opt/ports/lib/mysql5/mysql
     )
 
     find_library(MYSQL_EMBEDDED_LIBRARIES NAMES mysqld_pic mysqld libmysqld
-- 
2.7.4