forked from pool/ddclient
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ee623a90df | |||
| 5effde2f85 |
11
ddclient-disable-automake-treating-warnings-as-error.patch
Normal file
11
ddclient-disable-automake-treating-warnings-as-error.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- ddclient-3.11.2/configure.ac.orig 2024-10-30 10:23:41.442181020 +0100
|
||||
+++ ddclient-3.11.2/configure.ac 2024-10-30 10:24:22.006324398 +0100
|
||||
@@ -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
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 09:31:48 UTC 2024 - Andreas Vetter <vetter@physik.uni-wuerzburg.de>
|
||||
|
||||
- Add ddclient-disable-automake-treating-warnings-as-error.patch:
|
||||
Disable automake treating warnings as error, see
|
||||
https://github.com/ddclient/ddclient/pull/746/
|
||||
This makes building in OBS working again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 10:10:56 UTC 2024 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ Source3: %{name}-tmpfiles.conf
|
||||
Patch0: %{name}-config.patch
|
||||
Patch1: %{name}-delay-main-process-for-systemd.patch
|
||||
Patch2: disable-ip-test.patch
|
||||
Patch3: %{name}-disable-automake-treating-warnings-as-error.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: curl
|
||||
|
||||
Reference in New Issue
Block a user