mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-24 03:13:06 -04:00
* Added a 'haproxy.bsd' entry to fix openbsd build
This commit is contained in:
parent
726618c761
commit
edb12df477
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -111,6 +111,10 @@ LDFLAGS = -g
|
|||
|
||||
all: haproxy
|
||||
|
||||
# on OpenBSD, you have to do it this way :
|
||||
haproxy.bsd: src/list.o src/chtbl.o src/hashpjw.o haproxy.o
|
||||
$(LD) $(LDFLAGS) -o $@ $> $(LIBS)
|
||||
|
||||
haproxy: src/list.o src/chtbl.o src/hashpjw.o haproxy.o
|
||||
$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue