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
a1a915c3
Commit
a1a915c3
authored
4 years ago
by
Ariadne Conill
Browse files
Options
Downloads
Patches
Plain Diff
main/mariadb-connector-c: fix include and libdir paths in mariadb_config
parent
22534f87
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!11958
community/rclone: upgrade to 1.52.3
,
!9763
[3.12] community/znc: upgrade to 1.8.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/mariadb-connector-c/APKBUILD
+5
-3
5 additions, 3 deletions
main/mariadb-connector-c/APKBUILD
with
5 additions
and
3 deletions
main/mariadb-connector-c/APKBUILD
+
5
−
3
View file @
a1a915c3
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
mariadb-connector-c
pkgname
=
mariadb-connector-c
pkgver
=
3.1.8
pkgver
=
3.1.8
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"The MariaDB Native Client library (C driver)"
pkgdesc
=
"The MariaDB Native Client library (C driver)"
url
=
"https://mariadb.org/"
url
=
"https://mariadb.org/"
arch
=
"all"
arch
=
"all"
...
@@ -19,14 +19,16 @@ build() {
...
@@ -19,14 +19,16 @@ build() {
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
fi
# INSTALL_LIBDIR and INSTALL_INCLUDEDIR are relative to CMAKE_INSTALL_PREFIX.
cmake
\
cmake
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DBUILD_SHARED_LIBS
=
True
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-DINSTALL_LIBDIR
=
/usr/
lib
\
-DINSTALL_LIBDIR
=
lib
\
-DINSTALL_INCLUDEDIR
=
/usr/
include/mysql
\
-DINSTALL_INCLUDEDIR
=
include/mysql
\
\
\
-DMARIADB_PORT
=
3306
\
-DMARIADB_PORT
=
3306
\
-DMARIADB_UNIX_ADDR
=
/run/mysqld/mysqld.sock
\
-DMARIADB_UNIX_ADDR
=
/run/mysqld/mysqld.sock
\
...
...
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