Re: Build error and fix (Re: ipsvd-0.10.0 available)
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <20050116010704.23947.qmail@8f116e0d2cb94f.315fe32.mid.smarden.org> |
On Sat, Jan 15, 2005 at 05:59:56PM -0500, Charlie Brady wrote:
> --- sslerror_str.c.orig 2005-01-15 17:58:39.497510639 -0500
> +++ sslerror_str.c 2005-01-15 17:57:46.854190217 -0500
> @@ -1,4 +1,4 @@
> -#include <matrixSsl.h>
> +#include "matrixSsl.h"
Yes, that's correct.
On Sat, Jan 15, 2005 at 05:53:18PM -0500, Charlie Brady wrote:
> Here's the build section of my spec file (which I can provide, if
> you're interested in bundling it):
Sure, I also have put a rpm spec file from Mate Wierdl into the package/
directory of the qconfirm package.
> %build
> mv djbdns-pd-1.05 net/%{name}-%{version}
> cd net/%{name}-%{version}
> cd djbdns-pd-1.05
> make libdjbdns.a
The djbdns client library is included into the ipsvd package since
version 0.8.0, no need to build it separately here.
Thank you Charlie, Gerrit.