mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-28 22:08:01 +00: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
2
Makefile
2
Makefile
@ -512,7 +512,7 @@ OPTIONS_CFLAGS += $(call opts_as_defines)
|
|||||||
ifneq ($(USE_LIBCRYPT),)
|
ifneq ($(USE_LIBCRYPT),)
|
||||||
ifneq ($(TARGET),openbsd)
|
ifneq ($(TARGET),openbsd)
|
||||||
ifneq ($(TARGET),osx)
|
ifneq ($(TARGET),osx)
|
||||||
OPTIONS_LDFLAGS += -lcrypt
|
LIBCRYPT_LDFLAGS = -lcrypt
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user