Did a full compile of the 1.3.15.7 - 20081208 snapshot on Freebsd-7.x recently, and noted that there needs to be a quick patch done on the Makefile for bsd machines.
This was due to the stream_interface replacing the send data commands in the rewrite Willy did a while ago.
Simple fix, and it compiled cleanly otherwise. Thanks for the work Willy!
Cheers,
Ross.
-=
--- Makefile.bsd.dist 2009-01-22 15:49:12.000000000 -0500
+++ Makefile.bsd 2009-01-22 16:19:31.000000000 -0500
@@ -103,7 +103,7 @@
src/time.o src/fd.o src/regex.o src/cfgparse.o src/server.o \ src/checks.o src/queue.o src/client.o src/proxy.o src/proto_uxst.o \ src/proto_http.o src/stream_sock.o src/appsession.o src/backend.o \ - src/senddata.o src/dumpstats.o src/proto_tcp.o \ + src/stream_interface.o src/dumpstats.o src/proto_tcp.o \ src/session.o src/hdr_idx.o src/ev_select.o \ src/ev_poll.o src/ev_kqueue.o \ src/acl.o src/memory.o \
--Received on 2009/01/23 00:32
This archive was generated by hypermail 2.2.0 : 2009/01/23 00:45 CET