Re: [courier-users] zdkimfilter rpm
Brought to you by:
mrsam
From: Alessandro V. <ve...@ta...> - 2024-08-18 11:27:44
|
Patched, thank you. Best Ale On Sat 17/Aug/2024 22:41:20 +0200 Zenon Panoussis wrote: > > Hi > > I tried to build the 3.20 rpm in mock. It failed with "C compiler > cannot create executables". The solution was easier than it seemed > at first: > > --- zdkimfilter.spec.orig 2024-08-17 14:39:13.317000000 +0000 > +++ zdkimfilter.spec 2024-08-17 14:39:48.949000000 +0000 > @@ -8,6 +8,7 @@ > Group: Applications/Mail > URL: http://www.tana.it/sw/zdkimfilter/ > Source0: http://www.tana.it/sw/zdkimfilter/%{name}-%{version}.tar.gz > +BuildRequires: gcc, make > BuildRequires: courier, opendbx-devel, nettle-devel, libidn2-devel > BuildRequires: libunistring-devel, zlib-devel, uuid, gnutls-devel, libbsd-devel > Requires: courier, opendbx, nettle, libidn2 > > That's because mock does not install the build tools by default. > > Cheers, > > Z > > |