fix static mingw builds, platform LDADD needs to come at the end
This commit is contained in:
@@ -7,10 +7,10 @@ AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl
|
||||
AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat
|
||||
AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/apps/openssl/cert.pem\"
|
||||
|
||||
LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
|
||||
LDADD += $(abs_top_builddir)/tls/.libs/libtls.a
|
||||
LDADD = $(abs_top_builddir)/tls/.libs/libtls.a
|
||||
LDADD += $(abs_top_builddir)/ssl/.libs/libssl.a
|
||||
LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto.a
|
||||
LDADD += $(PLATFORM_LDADD) $(PROG_LDADD)
|
||||
if HOST_ASM_MACOSX_X86_64
|
||||
LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto_la-cpuid-macosx-x86_64.o
|
||||
endif
|
||||
|
Reference in New Issue
Block a user