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
7547c7d9
Commit
7547c7d9
authored
2 years ago
by
Patrycja Rosa
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/libmdbx: upgrade to 0.11.8
parent
39e8bbae
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!34469
testing/libmdbx: upgrade to 0.11.7
Pipeline
#126844
passed
2 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/libmdbx/APKBUILD
+10
-12
10 additions, 12 deletions
testing/libmdbx/APKBUILD
with
10 additions
and
12 deletions
testing/libmdbx/APKBUILD
+
10
−
12
View file @
7547c7d9
# Contributor: Noel Kuntze <noel.kuntze@thermi.consulting>
# Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting>
pkgname
=
libmdbx
pkgver
=
0.11.
1
pkgver
=
0.11.
8
pkgrel
=
0
pkgdesc
=
"fast, compact, powerful, embedded, transactional key-value database, with permissive license"
url
=
"https://
github.com/erthink/libmdbx
"
url
=
"https://
libmdbx.dqdkfa.ru/
"
arch
=
"all"
license
=
"OLDAP-2.8"
makedepends
=
"linux-headers cmake bash"
makedepends
=
"linux-headers cmake bash
samurai
"
subpackages
=
"
$pkgname
-dbg
$pkgname
-dev
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/
erthink
/libmdbx/archive/refs/tags/v
$pkgver
.tar.gz
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/
Thermi
/libmdbx/archive/refs/tags/v
$pkgver
.tar.gz
0001-mdbx-Remove-all-checks-for-amalgated-or-git-source-i.patch
fix-example.patch
"
...
...
@@ -21,21 +21,19 @@ build() {
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
export
CFLAGS
=
"
$CFLAGS
-fPIC -Wno-int-to-pointer-cast"
cmake
-B
build
\
cmake
-G
Ninja
-B
build
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_BUILD_TYPE
=
MinSizeRel
\
-DMDBX_ENABLE_TESTS
=
True
\
$CMAKE_CROSSOPTS
.
$CMAKE_CROSSOPTS
cmake
--build
build
}
check
()
{
cd
build
# export CFLAGS="$CFLAGS -fPIC -Wno-int-to-pointer-cast"
# cmake . -DMDBX_ENABLE_TESTS=True
make
-f
Makefile mdbx-test test-singleprocess build-test
TEST_DB
=
/tmp/mdbx-test.db
TEST_LOG
=
/tmp/mdbx-test.log.gz
TEST_DB
=
/tmp/mdbx-test.db
TEST_LOG
=
/tmp/mdbx-test.log.gz
\
ninja
-C
build mdbx-test test-singleprocess build-test
rm
/tmp/mdbx-test.
*
}
...
...
@@ -44,7 +42,7 @@ package() {
}
sha512sums
=
"
f253f94bb6edae955e4400fb69e6db6efcbfff59f8ff2856495904bbc508b835ac78aa650f8c2c4eeaddf688e7432eca3d71b49f372d469cd90004a1aba40831
libmdbx-0.11.
1
.tar.gz
5751de7e288dc63f428a3cbeea5e9e355bfc96163d826b1a9d55c44b1b9b0e22c2dedba56d4ebca2d2edd7c85d7f6724526cf6183b2dd497e2cf7307548e0095
libmdbx-0.11.
8
.tar.gz
5e5fef4219279b10f0d4371fcbf3e2d4a7d958eb337f9de92aebb6a7d0d6644faa65eb804f46021678997a638ac601b03d9facbbf1164b45ae9075384d300df2 0001-mdbx-Remove-all-checks-for-amalgated-or-git-source-i.patch
baeb79efa7bb5d36af474f6dbefece9c597cf0b4d86cee96b9855da9cba4ee43aa46fab97c0c85c74ac76df9c4e3adc39666775ae14d79c394d07344569940ce fix-example.patch
"
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