Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Samoraj
Adélie Package Tree
Commits
262e5405
Verified
Commit
262e5405
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/mariadb: don't dep on numactl or split debug
parent
cd6af026
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/mariadb/APKBUILD
+6
-5
6 additions, 5 deletions
user/mariadb/APKBUILD
with
6 additions
and
5 deletions
user/mariadb/APKBUILD
+
6
−
5
View file @
262e5405
...
...
@@ -7,14 +7,18 @@ pkgrel=0
pkgdesc
=
"Open source database server"
url
=
"https://mariadb.org/"
arch
=
"all"
options
=
"suid"
# required for pam_auth plugin, which is needed for
# mysql_install_db to work
options
=
"
$options
!dbg"
# abuild can't handle splitting -dbg with the way
# this build's package() function works.
license
=
"GPL-2.0-only"
pkgusers
=
"mysql"
pkggroups
=
"mysql"
depends
=
"
$pkgname
-common"
depends_dev
=
"openssl-dev zlib-dev"
makedepends
=
"
$depends_dev
bison cmake curl-dev libaio-dev libarchive-dev
libedit-dev libevent-dev libexecinfo-dev libxml2-dev n
umactl
-dev
ncurses-dev
linux-pam-dev pcre-dev xz-dev"
libedit-dev libevent-dev libexecinfo-dev libxml2-dev n
curses
-dev
linux-pam-dev pcre-dev xz-dev"
_mytopdeps
=
"perl perl-dbi perl-dbd-mysql perl-getopt-long perl-socket
perl-term-readkey"
subpackages
=
"
$pkgname
-client
$pkgname
-server
$pkgname
-libs
$pkgname
-embedded
...
...
@@ -25,9 +29,6 @@ source="https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariad
mariadb-server.limits
"
options
=
"suid"
# required for pam_auth plugin, which is needed for
# mysql_install_db to work
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
...
...
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