From e8e1b12593eb03c2bb0bba1b7f2154db2a8819b8 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 8 Sep 2024 14:28:33 -0700 Subject: [PATCH] community/ddclient: disable -Werror for automake --- community/ddclient/APKBUILD | 2 ++ community/ddclient/no-automake-errors.patch | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 community/ddclient/no-automake-errors.patch diff --git a/community/ddclient/APKBUILD b/community/ddclient/APKBUILD index 742cdb0eff0..8104d05f83d 100644 --- a/community/ddclient/APKBUILD +++ b/community/ddclient/APKBUILD @@ -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 " diff --git a/community/ddclient/no-automake-errors.patch b/community/ddclient/no-automake-errors.patch new file mode 100644 index 00000000000..7e7fa8093df --- /dev/null +++ b/community/ddclient/no-automake-errors.patch @@ -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