Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
db9bc616
Commit
db9bc616
authored
2 years ago
by
J0WI
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/mariadb-connector-c: upgrade to 3.2.7
parent
3b705a7b
Loading
Loading
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38137
main/mariadb-connector-c: upgrade to 3.2.7
Pipeline
#133757
passed
2 years ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/mariadb-connector-c/APKBUILD
+4
-9
4 additions, 9 deletions
main/mariadb-connector-c/APKBUILD
with
4 additions
and
9 deletions
main/mariadb-connector-c/APKBUILD
+
4
−
9
View file @
db9bc616
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
mariadb-connector-c
pkgver
=
3.
1.18
pkgver
=
3.
2.7
pkgrel
=
0
pkgdesc
=
"The MariaDB Native Client library (C driver)"
url
=
"https://mariadb.org/"
...
...
@@ -10,16 +10,10 @@ depends_dev="openssl-dev>3 zlib-dev"
makedepends
=
"
$depends_dev
cmake samurai"
options
=
"!check"
# no testsuite
replaces
=
"mariadb-client-libs"
subpackages
=
"
$pkgname
-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
"
source
=
"https://mirror.vpsfree.cz/mariadb/connector-c-
$pkgver
/mariadb-connector-c-
$pkgver
-src.tar.gz"
builddir
=
"
$srcdir
/mariadb-connector-c-
$pkgver
-src"
prepare
()
{
default_prepare
# Patch source to fix error in how the .cmake file was written
sed
-e
's|END()|ENDIF()|'
-i
cmake/ConnectorName.cmake
}
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
...
...
@@ -31,6 +25,7 @@ build() {
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DBUILD_SHARED_LIBS
=
True
\
-DINSTALL_LIBDIR
=
lib
\
-DINSTALL_MANDIR
=
share/man
\
-DINSTALL_INCLUDEDIR
=
include/mysql
\
\
-DMARIADB_PORT
=
3306
\
...
...
@@ -60,5 +55,5 @@ dev() {
}
sha512sums
=
"
1b1a94b021d9fdc519a3c2e0d81c1320533c3e1c96f4ba049af55ca10510a1f3cc39886dc814928f70cf36e7ba75925b2efe2efc39d8726cce69d0e3c5afba3e
mariadb-connector-c-3.
1.18
-src.tar.gz
3f0c67c5fd12e889a3704e0a638b64a784f05d12c7c424f7ce64e78a3eb17e2ad588e0e23f0ce037cd49efb695294ab69277da78f02940c2a7ea0676886b9c36
mariadb-connector-c-3.
2.7
-src.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment