Re: ipsvd-0.12.0 available

Gerrit Pape <[email protected]>
Newsgroups gmane.comp.misc.pape.general
Message-ID <20060204184746.14300.qmail@14e19ae17eac43.315fe32.mid.smarden.org>
On Sat, Feb 04, 2006 at 05:42:30PM +0100, Csillag Tamas wrote:
> On 02/04, Charlie Brady wrote:
> > On Fri, 3 Feb 2006, Gerrit Pape wrote:
> > >Hi, a new test package of ipsvd is available through
> > >
> > >http://smarden.org/ipsvd/
> > 
> > Doesn't build for me, using matrixssl-1-7-3-open.tar.gz. I'll dig deeper.
> > 
> > gzip -dc matrixssl.tar.gz |tar xf -
> > sed -e 's/#define USE_MULTITHREADING/#undef USE_MULTITHREADING/' \
> >   <matrixssl/src/matrixConfig.h >matrixConfig.h && \
> >     mv -f matrixConfig.h matrixssl/src/matrixConfig.h
> > touch matrixssl
> > ./compile sslio.c
> > sslio.c:1: warning: -malign-loops is obsolete, use -falign-loops
> > sslio.c:1: warning: -malign-jumps is obsolete, use -falign-jumps
> > sslio.c:1: warning: -malign-functions is obsolete, use -falign-functions
> > sslio.c:3:23: matrixSsl.h: No such file or directory

Yes, I see.  The patch below fixes it.  I'll make a version 0.12.1 with
this fix available soon.

Thanks, Gerrit.
diff (text/plain, 483 B)
Index: src/Makefile
===================================================================
RCS file: /var/lib/cvs/ipsvd/src/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- src/Makefile	3 Feb 2006 19:30:24 -0000	1.28
+++ src/Makefile	4 Feb 2006 18:44:11 -0000
@@ -73,7 +73,7 @@
 	./compile ipsvd-cdb.c
 
 sslio.o: compile sysdeps sslio.c matrixssl
-	./compile sslio.c
+	./compile -I./matrixssl sslio.c
 
 check-tcpsvd.o: compile check-tcpsvd.c
 	./compile check-tcpsvd.c
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.