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
6b64df93
Commit
6b64df93
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/yadifa: fix build
parent
d7aaa75a
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/yadifa/APKBUILD
+2
-0
2 additions, 0 deletions
community/yadifa/APKBUILD
community/yadifa/fix-build.patch
+14
-0
14 additions, 0 deletions
community/yadifa/fix-build.patch
with
16 additions
and
0 deletions
community/yadifa/APKBUILD
+
2
−
0
View file @
6b64df93
...
...
@@ -13,6 +13,7 @@ install="$pkgname.post-install"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-openrc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://www.yadifa.eu/sites/default/files/releases/
$pkgname
-
$pkgver
-
$_buildnr
.tar.gz
no-execinfo.patch
fix-build.patch
$pkgname
.initd
$pkgname
.confd
"
...
...
@@ -58,6 +59,7 @@ package() {
sha512sums
=
"
750d628e85c86f827b6fe3e5a84a47197349c62e46a7f6a2aebb12f5b87f145a4e16c552f49e5efb512008f52485c4617eac26560600894bb3d874beba7bdea8 yadifa-2.6.0.tar.gz
65c2f8bb4ab5a449e16825db42eb5b0fba4c25534dddfaebe76c53ae9baa83fd557d5dbe1bff285cedace75c6e4c5684283ce3a4a49870d89ce2e2b169d56e6a no-execinfo.patch
d46dcb642dd4ed7da0220efd82a7c003a2cbad623a8e8499548a0a473d3b48931508b147fc832e70d48ffa9933bd74246103734a308ecfab5c0821f31a1d2be2 fix-build.patch
a3a65bf13f41838d9493facc2903d955aafd107a29d8a73d4ed021690e1e2c511f48915360a9490ccbf8d9573f8e9c3fca988cb6dd5e57546787384e2b2d075d yadifa.initd
eac74148b58d3b7472602542622616bd0ef441b191356a5b7fd06d17284c579139c1fde9b35fbb30a8214394863e31bed4c8521aff7b3f7ea831f14c2a3ccf01 yadifa.confd
"
This diff is collapsed.
Click to expand it.
community/yadifa/fix-build.patch
0 → 100644
+
14
−
0
View file @
6b64df93
missing a semicolon but this is in the `if big endian` block
diff --git a/lib/dnsdb/include/dnsdb/zdb-zone-path-provider.h b/lib/dnsdb/include/dnsdb/zdb-zone-path-provider.h
index 3f8808b..eb8ecad 100644
--- a/lib/dnsdb/include/dnsdb/zdb-zone-path-provider.h
+++ b/lib/dnsdb/include/dnsdb/zdb-zone-path-provider.h
@@ -112,7 +112,7 @@
union zdb_zone_info_provider_data
struct { u16 _u16_0, _u16_1, _u16_2, _u16; };
struct { u32 _u32_0, _u32; };
u64 _u64;
- struct { ya_result _result_0, _result; }
+ struct { ya_result _result_0, _result; };
void *_ptr;
zdb_zone_path_provider_buffer _buffer;
};
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