mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/ddclient: disable -Werror for automake
This commit is contained in:
parent
1c6416d032
commit
e8e1b12593
@ -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
|
||||
"
|
||||
|
11
community/ddclient/no-automake-errors.patch
Normal file
11
community/ddclient/no-automake-errors.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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
|
Loading…
Reference in New Issue
Block a user