summaryrefslogtreecommitdiffstats
path: root/libraries/mysql-connector-c++
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-01 15:40:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-01-01 15:40:16 +0700
commite87ea2097cf4644e9c90bb394ce4c6b0200a15a9 (patch)
tree4bbd4f9fb31dbb53eae6a581c1768a0895e16ca8 /libraries/mysql-connector-c++
parentfc5c7072005c259eee085a889511474e89e8bdd1 (diff)
downloadslackbuilds-e87ea2097cf4644e9c90bb394ce4c6b0200a15a9.tar.gz
slackbuilds-e87ea2097cf4644e9c90bb394ce4c6b0200a15a9.tar.xz
libraries/mysql-connector-c++: Downgraded to 1.1.3.
This update broke mysql-workbench since it introduced new option parameter. Will have to wait until next mysql-workbench is released. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/mysql-connector-c++')
-rw-r--r--libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild10
-rw-r--r--libraries/mysql-connector-c++/mysql-connector-c++.info6
2 files changed, 10 insertions, 6 deletions
diff --git a/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild b/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild
index e379e7f62b..5e8013d1a3 100644
--- a/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild
+++ b/libraries/mysql-connector-c++/mysql-connector-c++.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mysql-connector-c++
-# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2013-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mysql-connector-c++
-VERSION=${VERSION:-1.1.5}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-1.1.3}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -82,6 +82,10 @@ cd build
make install DESTDIR=$PKG
cd ..
+if [ "$ARCH" = "x86_64" ]; then
+ mv $PKG/usr/lib/ $PKG/usr/lib${LIBDIRSUFFIX}/
+fi
+
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/libraries/mysql-connector-c++/mysql-connector-c++.info b/libraries/mysql-connector-c++/mysql-connector-c++.info
index 864c3e98eb..ce7261f7c0 100644
--- a/libraries/mysql-connector-c++/mysql-connector-c++.info
+++ b/libraries/mysql-connector-c++/mysql-connector-c++.info
@@ -1,8 +1,8 @@
PRGNAM="mysql-connector-c++"
-VERSION="1.1.5"
+VERSION="1.1.3"
HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/"
-DOWNLOAD="https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-1.1.5.tar.gz"
-MD5SUM="7cdffd0aa6e48035485081cf94521b02"
+DOWNLOAD="http://cdn.mysql.com/Downloads/Connector-C++/mysql-connector-c++-1.1.3.tar.gz"
+MD5SUM="65828789b8d92e6118e7f24568f34a07"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""