From 72c1e56b382547c74e16a67d1d2b1b7ce774c56d Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 29 Oct 2014 15:46:20 -0500 Subject: enable -lcrypto -lssl with all test programs directly. This removes the need to specify each one individually. ok doug@ --- update.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 661bf02..166f609 100755 --- a/update.sh +++ b/update.sh @@ -318,8 +318,6 @@ $CP $libc_src/string/memmem.c tests/ fi echo "check_PROGRAMS += $TEST" >> Makefile.am echo "${TEST}_SOURCES = $i" >> Makefile.am - echo "${TEST}_LDADD = \$(top_builddir)/ssl/libssl.la" >> Makefile.am - echo "${TEST}_LDADD += \$(top_builddir)/crypto/libcrypto.la" >> Makefile.am done echo "if NO_MEMMEM" >> Makefile.am echo "explicit_bzero_SOURCES += memmem.c" >> Makefile.am -- cgit v1.2.3-55-g6feb