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
e8e1b125
Commit
e8e1b125
authored
5 months ago
by
Ariadne Conill
Browse files
Options
Downloads
Patches
Plain Diff
community/ddclient: disable -Werror for automake
parent
1c6416d0
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/ddclient/APKBUILD
+2
-0
2 additions, 0 deletions
community/ddclient/APKBUILD
community/ddclient/no-automake-errors.patch
+11
-0
11 additions, 0 deletions
community/ddclient/no-automake-errors.patch
with
13 additions
and
0 deletions
community/ddclient/APKBUILD
+
2
−
0
View file @
e8e1b125
...
...
@@ -18,6 +18,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/ddclient/ddclient/archive/v$
$pkgname
.initd
skip-valid-ipv6-test.patch
no-automake-errors.patch
"
prepare
()
{
...
...
@@ -64,4 +65,5 @@ sha512sums="
b0d275f5ccc36cd8b532b6176de885696ff189dbdffa71bc63e9fa6db2aaf4ab5ff3290c251e318f05b2163c546dcc785eb3582388d9fb70e8439e35e5cbcd7f ddclient-3.11.2.tar.gz
c5a4c4aef817692f73272a8aaf6edb10d3b16272577ef83c1f5db32b806933c410c7da0a7ce138655282a0671a8590879d6fe7c8f58f64c5cedfc1ed1cac710b ddclient.initd
26170c796e25d5d88acc617b1ad79e467a1173d7c43ce662d668a5ee21ff7206e60e482beee18e46c59c955dadbeb2a8f9960f2b9f4c8d565492aa912be00719 skip-valid-ipv6-test.patch
ba6fef899d08111c410f0078eba5604e97315daa0325b747a14b6b306d95c8b630c155badde73dac3ddb231b32e26c552b4c187e0773148c5d63f278ba9aec65 no-automake-errors.patch
"
This diff is collapsed.
Click to expand it.
community/ddclient/no-automake-errors.patch
0 → 100644
+
11
−
0
View file @
e8e1b125
--- ddclient-3.11.2.orig/configure.ac
+++ ddclient-3.11.2/configure.ac
@@ -11,7 +11,7 @@
# tap-driver.sh, so build-aux/tap-driver.sh is checked in to keep the
# above AC_REQUIRE_AUX_FILE line from causing configure to complain
# about a mising file if the user has Automake 1.11.)
-AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign subdir-objects parallel-tests])
+AM_INIT_AUTOMAKE([1.11 -Wall foreign subdir-objects parallel-tests])
AM_SILENT_RULES
AC_PROG_MKDIR_P
This diff is collapsed.
Click to expand it.
mio
@mio
mentioned in issue
#16335
·
5 months ago
mentioned in issue
#16335
mentioned in issue #16335
Toggle commit list
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