mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-27 04:43:37 -04:00
BUILD: makefile: support LIBCRYPT_LDFLAGS
The LDFLAGS appended by USE_LIBCRYPT can now be overridden using LIBCRYPT_LDFLAGS.
This commit is contained in:
parent
c108f37c2a
commit
2b5c9f7b4f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -512,7 +512,7 @@ OPTIONS_CFLAGS += $(call opts_as_defines)
|
|||
ifneq ($(USE_LIBCRYPT),)
|
||||
ifneq ($(TARGET),openbsd)
|
||||
ifneq ($(TARGET),osx)
|
||||
OPTIONS_LDFLAGS += -lcrypt
|
||||
LIBCRYPT_LDFLAGS = -lcrypt
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue