[packages/opendmarc] - autotools dependences + libidn-devel
qboosh
qboosh at pld-linux.org
Sun Apr 6 20:22:31 CEST 2025
commit 48c7b5de92937a320852cab779fe2b99695a08b9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 6 20:08:25 2025 +0200
- autotools dependences + libidn-devel
opendmarc.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/opendmarc.spec b/opendmarc.spec
index 3f83305..05f875f 100644
--- a/opendmarc.spec
+++ b/opendmarc.spec
@@ -30,7 +30,11 @@ Patch14: arcares-segfaults.patch
Patch15: parse-arc-leaks.patch
Patch16: cve-2024-25768.patch
URL: http://www.trusteddomain.org/opendmarc.html
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake
+BuildRequires: libidn-devel
BuildRequires: libspf2-devel
+BuildRequires: libtool >= 2:2
BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.644
BuildRequires: sendmail-devel
@@ -110,7 +114,11 @@ do tworzenia aplikacji wykorzystujących bibliotekę libopendmarc.
%patch -P16 -p1
%build
-autoreconf -v -i
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
--disable-silent-rules \
--disable-static \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/opendmarc.git/commitdiff/48c7b5de92937a320852cab779fe2b99695a08b9
More information about the pld-cvs-commit
mailing list