mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 17:18:51 +02:00
libmysqlclient, remove static libraries (#7812)
This commit is contained in:
@@ -6,7 +6,7 @@ are speed, robustness and ease of use."
|
|||||||
HOMEPAGE="https://dev.mysql.com/downloads/connector/c/"
|
HOMEPAGE="https://dev.mysql.com/downloads/connector/c/"
|
||||||
COPYRIGHT="1997-2015 Oracle and/or its affiliates"
|
COPYRIGHT="1997-2015 Oracle and/or its affiliates"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="3"
|
REVISION="4"
|
||||||
SOURCE_URI="http://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-6.1.6-src.tar.gz"
|
SOURCE_URI="http://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-6.1.6-src.tar.gz"
|
||||||
CHECKSUM_SHA256="2222433012c415871958b61bc4f3683e1ebe77e3389f698b267058c12533ea78"
|
CHECKSUM_SHA256="2222433012c415871958b61bc4f3683e1ebe77e3389f698b267058c12533ea78"
|
||||||
SOURCE_DIR="mysql-connector-c-6.1.6-src"
|
SOURCE_DIR="mysql-connector-c-6.1.6-src"
|
||||||
@@ -77,8 +77,9 @@ BUILD()
|
|||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
make install
|
make install
|
||||||
mkdir -p $developLibDir
|
|
||||||
mv $libDir/libmysqlclient_r.a $developLibDir
|
# remove static libraries
|
||||||
|
rm $libDir/*.a
|
||||||
|
|
||||||
prepareInstalledDevelLibs libmysqlclient libmysqlclient_r
|
prepareInstalledDevelLibs libmysqlclient libmysqlclient_r
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user