summaryrefslogtreecommitdiff
path: root/package/libressl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-06 08:33:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-06 08:33:11 +0100
commitf2915b1a5a233f54ed6c182ab64acfa31206e888 (patch)
treea017c06adbcc69512a05c0aadfe5d4e145119cb9 /package/libressl
parent421264b3d5dfcb59056c54e13aa56c53e381a042 (diff)
libressl: disable apps/test
Diffstat (limited to 'package/libressl')
-rw-r--r--package/libressl/patches/patch-Makefile_in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libressl/patches/patch-Makefile_in b/package/libressl/patches/patch-Makefile_in
new file mode 100644
index 000000000..00cc0c2b1
--- /dev/null
+++ b/package/libressl/patches/patch-Makefile_in
@@ -0,0 +1,11 @@
+--- libressl-2.2.4.orig/Makefile.in 2015-10-16 00:05:34.000000000 +0200
++++ libressl-2.2.4/Makefile.in 2015-12-06 00:03:23.848314300 +0100
+@@ -360,7 +360,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
+ ACLOCAL_AMFLAGS = -I m4
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = libcrypto.pc libssl.pc libtls.pc openssl.pc