diff options
author | Brent Cook <bcook@openbsd.org> | 2014-10-29 15:46:20 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-10-30 10:55:30 -0500 |
commit | 72c1e56b382547c74e16a67d1d2b1b7ce774c56d (patch) | |
tree | 3c97531f4bd3d039de5114357af964f016190d1b /update.sh | |
parent | ccaf9cdd9c161c80c27907f7782d86cfe9625621 (diff) | |
download | portable-72c1e56b382547c74e16a67d1d2b1b7ce774c56d.tar.gz portable-72c1e56b382547c74e16a67d1d2b1b7ce774c56d.tar.bz2 portable-72c1e56b382547c74e16a67d1d2b1b7ce774c56d.zip |
enable -lcrypto -lssl with all test programs directly.
This removes the need to specify each one individually.
ok doug@
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -318,8 +318,6 @@ $CP $libc_src/string/memmem.c tests/ | |||
318 | fi | 318 | fi |
319 | echo "check_PROGRAMS += $TEST" >> Makefile.am | 319 | echo "check_PROGRAMS += $TEST" >> Makefile.am |
320 | echo "${TEST}_SOURCES = $i" >> Makefile.am | 320 | echo "${TEST}_SOURCES = $i" >> Makefile.am |
321 | echo "${TEST}_LDADD = \$(top_builddir)/ssl/libssl.la" >> Makefile.am | ||
322 | echo "${TEST}_LDADD += \$(top_builddir)/crypto/libcrypto.la" >> Makefile.am | ||
323 | done | 321 | done |
324 | echo "if NO_MEMMEM" >> Makefile.am | 322 | echo "if NO_MEMMEM" >> Makefile.am |
325 | echo "explicit_bzero_SOURCES += memmem.c" >> Makefile.am | 323 | echo "explicit_bzero_SOURCES += memmem.c" >> Makefile.am |