add all LIBADD dependencies for tls
The libtool transitive dependency magic does not seem to work for cross-compilation, so explicitly specify them here.
This commit is contained in:
@@ -7,7 +7,7 @@ EXTRA_DIST = VERSION
|
||||
|
||||
libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined
|
||||
libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS)
|
||||
libtls_la_LIBADD = ../ssl/libssl.la
|
||||
libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD)
|
||||
|
||||
libtls_la_SOURCES = tls.c
|
||||
libtls_la_SOURCES += tls_client.c
|
||||
|
Reference in New Issue
Block a user