Actually capture libcrypto autoconf results
Also infer lib path not just include path, and set rpath if not from /usr. Also need libcrypto for test_rand.
This commit is contained in:
@@ -99,7 +99,7 @@ check_SCRIPTS = $(SCRIPT_TESTS)
|
||||
|
||||
TESTS = $(PROGRAM_TESTS) $(SCRIPT_TESTS)
|
||||
|
||||
LDADD = $(lib_LTLIBRARIES) $(LIB_roken)
|
||||
LDADD = $(lib_LTLIBRARIES) $(LIB_roken) $(LIB_openssl_crypto)
|
||||
test_rand_LDADD = $(LDADD) -lm
|
||||
|
||||
libhcrypto_la_SOURCES = \
|
||||
|
Reference in New Issue
Block a user