diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-20 22:27:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-20 22:28:10 +0200 |
commit | 81e560c942777c4a9e38d727975001cf58f73d72 (patch) | |
tree | a2380478557d66fcc5f48ab2a3a1c8fd741b4144 /package/libressl/patches/patch-Makefile_in | |
parent | 0dc6006d7b1acfbba6790287cc3afbf34f14ef6a (diff) |
libressl: update to 2.3.6, enable openssl utility
Diffstat (limited to 'package/libressl/patches/patch-Makefile_in')
-rw-r--r-- | package/libressl/patches/patch-Makefile_in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libressl/patches/patch-Makefile_in b/package/libressl/patches/patch-Makefile_in index 00cc0c2b1..f51683fef 100644 --- a/package/libressl/patches/patch-Makefile_in +++ b/package/libressl/patches/patch-Makefile_in @@ -5,7 +5,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = crypto ssl tls include apps tests man -+SUBDIRS = crypto ssl tls include ++SUBDIRS = crypto ssl tls include apps ACLOCAL_AMFLAGS = -I m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc |