]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUILD] fix Makefile.bsd and Makefile.osx for stream_interface
authorRoss West <westr@connection.ca>
Thu, 22 Jan 2009 23:32:41 +0000 (18:32 -0500)
committerWilly Tarreau <w@1wt.eu>
Sun, 25 Jan 2009 11:21:25 +0000 (12:21 +0100)
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
Makefile.osx

index d05ad553b76e6b680490b0c8045a945f40e4e2a6..0c385f17e561644127342b81b785a150f7343895 100644 (file)
@@ -103,7 +103,7 @@ OBJS = src/haproxy.o src/sessionhash.o src/base64.o src/protocols.o \
        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 \
index c6b03c657d936e8b1eadc7906dd435bfcd9d1d50..64f25e9a2d35411d6b6227bd89db5197e4422ef7 100644 (file)
@@ -100,7 +100,7 @@ OBJS = src/haproxy.o src/sessionhash.o src/base64.o src/protocols.o \
        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/acl.o src/memory.o \