mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
* Added a 'haproxy.bsd' entry to fix openbsd build
This commit is contained in:
parent
726618c761
commit
edb12df477
4
Makefile
4
Makefile
@ -111,6 +111,10 @@ LDFLAGS = -g
|
|||||||
|
|
||||||
all: haproxy
|
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
|
haproxy: src/list.o src/chtbl.o src/hashpjw.o haproxy.o
|
||||||
$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
|
$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user