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
1d03e86c
Unverified
Commit
1d03e86c
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/rdfind: fix build
parent
81ce9d65
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/rdfind/APKBUILD
+4
-1
4 additions, 1 deletion
community/rdfind/APKBUILD
community/rdfind/missing-include.patch
+10
-0
10 additions, 0 deletions
community/rdfind/missing-include.patch
with
14 additions
and
1 deletion
community/rdfind/APKBUILD
+
4
−
1
View file @
1d03e86c
...
...
@@ -10,7 +10,9 @@ license="GPL-2.0 "
makedepends
=
"nettle-dev automake autoconf libtool"
subpackages
=
"
$pkgname
-doc"
source
=
"https://rdfind.pauldreik.se/
$pkgname
-
$pkgver
.tar.gz
disable-makefile-test-failing.patch"
disable-makefile-test-failing.patch
missing-include.patch
"
prepare
()
{
default_prepare
...
...
@@ -33,4 +35,5 @@ package() {
sha512sums
=
"
0ba95e3d9ed4f127d271500c6f36c8945d0c8193fa2719636cc780e56de108e35404d1860edcb2fca2d9a4fb8b09dcd5dab904e55cf0530d664aaf8510be266b rdfind-1.5.0.tar.gz
ab53fabe698ed9fa31f31ed4828ce8f8b5582412a8ad97d2706aac3d1f6b21150ac8a73443e89c18a26b479b1cb4139e640d5c08c463cd01c7387dc311d10f1d disable-makefile-test-failing.patch
0a213048989cb3834e1d4507ae95ba6cb33cc1ad31c52668b5448257dd7a3a98b8d993674b044124bd04ed297a7991337d020a8ac3111b58e09d6d52f6a0a495 missing-include.patch
"
This diff is collapsed.
Click to expand it.
community/rdfind/missing-include.patch
0 → 100644
+
10
−
0
View file @
1d03e86c
--- a/rdfind.cc
+++ b/rdfind.cc
@@ -9,6 +9,7 @@
// std
#include <algorithm>
#include <iostream>
+#include <limits>
#include <string>
#include <vector>
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