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
6e36c1c1
Commit
6e36c1c1
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/zlib-ng: skip check on ppc64le, remove removed option
parent
3f04439c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/zlib-ng/APKBUILD
+5
-1
5 additions, 1 deletion
community/zlib-ng/APKBUILD
with
5 additions
and
1 deletion
community/zlib-ng/APKBUILD
+
5
−
1
View file @
6e36c1c1
...
...
@@ -12,6 +12,11 @@ checkdepends="gzip xxd zlib-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"https://github.com/zlib-ng/zlib-ng/archive/
$pkgver
/zlib-ng-
$pkgver
.tar.gz"
case
"
$CARCH
"
in
# broken this release, will be fixed in next
ppc64le
)
options
=
"
$options
!check"
;;
esac
# secfixes:
# 2.0.6-r0:
# - CVE-2022-37434
...
...
@@ -30,7 +35,6 @@ build() {
-DWITH_DFLTCC_DEFLATE
=
ON
\
-DWITH_DFLTCC_INFLATE
=
ON
\
-DWITH_UNALIGNED
=
OFF
\
-DZLIB_DUAL_LINK
=
ON
\
-DZLIB_ENABLE_TESTS
=
"
$(
want_check
&&
echo
ON
||
echo
OFF
)
"
\
-DZLIBNG_ENABLE_TESTS
=
"
$(
want_check
&&
echo
ON
||
echo
OFF
)
"
\
-DWITH_GTEST
=
OFF
\
...
...
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