]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUG/MINOR: build: add missing objects in osx and bsd Makefiles
authorLukas Tribus <luky-37@hotmail.com>
Sat, 12 Apr 2014 16:41:02 +0000 (18:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Apr 2014 21:54:36 +0000 (23:54 +0200)
Commits 98634f0c7b8ed66c297c26 and d5f624dde78 updated the main
makefile with new objects src/hash.o, src/pattern.o and src/map.o,
but missed to update Makefile.bsd and Makefile.osx.

This will fix some of the build failures reported by Jorge Severino
under OpenBSD.

Makefile.bsd
Makefile.osx

index ac8bfd6fc93bed24dc74dcb69e3e596cc1f0d54d..0e56077d396770cb183e65022691dd13fa665333 100644 (file)
@@ -116,7 +116,8 @@ OBJS = src/haproxy.o src/sessionhash.o src/base64.o src/protocol.o \
        src/lb_chash.o src/lb_fwlc.o src/lb_fwrr.o src/lb_map.o src/lb_fas.o \
        src/ev_poll.o src/ev_kqueue.o src/connection.o \
        src/arg.o src/acl.o src/memory.o src/freq_ctr.o src/payload.o \
-       src/auth.o src/stick_table.o src/sample.o src/compression.o
+       src/auth.o src/stick_table.o src/sample.o src/compression.o \
+       src/hash.o src/pattern.o src/map.o
 
 EBTREE_OBJS = $(EBTREE_DIR)/ebtree.o \
               $(EBTREE_DIR)/eb32tree.o $(EBTREE_DIR)/eb64tree.o \
index 0348b86e0a6f038e9b59efd4b98247d0e0173c38..25d28a16e4f3db4b966d41d3436c4f2318117372 100644 (file)
@@ -113,7 +113,8 @@ OBJS = src/haproxy.o src/sessionhash.o src/base64.o src/protocol.o \
        src/lb_chash.o src/lb_fwlc.o src/lb_fwrr.o src/lb_map.o src/lb_fas.o \
        src/ev_poll.o src/connection.o src/payload.o \
        src/arg.o src/acl.o src/memory.o src/freq_ctr.o \
-       src/auth.o src/stick_table.o src/sample.o src/compression.o
+       src/auth.o src/stick_table.o src/sample.o src/compression.o \
+       src/hash.o src/pattern.o src/map.o
 
 EBTREE_OBJS = $(EBTREE_DIR)/ebtree.o \
               $(EBTREE_DIR)/eb32tree.o $(EBTREE_DIR)/eb64tree.o \