mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-12 08:49:29 +00:00
BUILD: Makefile: fix linkage for Haiku.
At runtime, the haiku's loader displays `could not resolve symbol: __start_i_STG_ALLOC` thus using linker setting fallback.
This commit is contained in:
parent
dfee217b68
commit
953771b0e3
2
Makefile
2
Makefile
@ -343,7 +343,7 @@ endif
|
|||||||
# Haiku
|
# Haiku
|
||||||
ifeq ($(TARGET),haiku)
|
ifeq ($(TARGET),haiku)
|
||||||
TARGET_LDFLAGS = -lnetwork
|
TARGET_LDFLAGS = -lnetwork
|
||||||
set_target_defaults = $(call default_opts,USE_POLL USE_TPROXY)
|
set_target_defaults = $(call default_opts,USE_POLL USE_TPROXY USE_OBSOLETE_LINKER)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# For linux >= 2.6.28 and glibc
|
# For linux >= 2.6.28 and glibc
|
||||||
|
Loading…
Reference in New Issue
Block a user