From 8b125f31bb733c1707e6e6aaf699c0ef39fea8ec Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 11 Jul 2014 04:47:03 -0500 Subject: build strtonum directly into apps/openssl it is not needed as a library export ok beck@ --- apps/Makefile.am.tpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/Makefile.am.tpl b/apps/Makefile.am.tpl index ea6174d..7222c18 100644 --- a/apps/Makefile.am.tpl +++ b/apps/Makefile.am.tpl @@ -9,3 +9,7 @@ openssl_LDADD += $(top_builddir)/ssl/libssl.la openssl_SOURCES = noinst_HEADERS = + +if NO_STRTONUM +openssl_SOURCES += strtonum.c +endif -- cgit v1.2.3-55-g6feb