From: David Carlier Date: Sat, 19 Jun 2021 14:42:43 +0000 (+0000) Subject: BUILD: Makefile: fix linkage for Haiku. X-Git-Tag: v2.5-dev1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=953771b0e30d02ed22369f9498d70bd02e9a470a;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/Makefile b/Makefile index b25c9ad52f..4b06767679 100644 --- a/Makefile +++ b/Makefile @@ -343,7 +343,7 @@ endif # Haiku ifeq ($(TARGET),haiku) 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 # For linux >= 2.6.28 and glibc