diff options
Diffstat (limited to 'tools/libressl/patches')
-rw-r--r-- | tools/libressl/patches/001-dont-build-tests-man.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/libressl/patches/001-dont-build-tests-man.patch b/tools/libressl/patches/001-dont-build-tests-man.patch deleted file mode 100644 index bd09818d43..0000000000 --- a/tools/libressl/patches/001-dont-build-tests-man.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -361,7 +361,7 @@ target_alias = @target_alias@ - top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = crypto ssl tls include apps tests man -+SUBDIRS = crypto ssl tls include apps - ACLOCAL_AMFLAGS = -I m4 - pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc |