summaryrefslogtreecommitdiff
path: root/package/libressl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-08-26 14:30:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-08-26 14:30:05 +0200
commit8f04675f0ad6158cfb8fe340c200dd276f8d721d (patch)
tree4b4a9e225524d9cc928299e306724e78998d1779 /package/libressl
parent890694a0e119b5bdc351ab330eef617ac71652b0 (diff)
cygwin: fix two issues, // seems broken on cygwin
Diffstat (limited to 'package/libressl')
-rw-r--r--package/libressl/patches/patch-Makefile_in6
-rw-r--r--package/libressl/patches/patch-apps_openssl_Makefile_in11
2 files changed, 14 insertions, 3 deletions
diff --git a/package/libressl/patches/patch-Makefile_in b/package/libressl/patches/patch-Makefile_in
index f51683fef..fc285e3c6 100644
--- a/package/libressl/patches/patch-Makefile_in
+++ b/package/libressl/patches/patch-Makefile_in
@@ -1,6 +1,6 @@
---- 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@
+--- libressl-2.4.2.orig/Makefile.in 2016-08-01 01:08:10.000000000 +0200
++++ libressl-2.4.2/Makefile.in 2016-08-22 18:34:29.881419200 +0200
+@@ -361,7 +361,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
diff --git a/package/libressl/patches/patch-apps_openssl_Makefile_in b/package/libressl/patches/patch-apps_openssl_Makefile_in
new file mode 100644
index 000000000..a0086c4ee
--- /dev/null
+++ b/package/libressl/patches/patch-apps_openssl_Makefile_in
@@ -0,0 +1,11 @@
+--- libressl-2.4.2.orig/apps/openssl/Makefile.in 2016-08-01 01:08:10.000000000 +0200
++++ libressl-2.4.2/apps/openssl/Makefile.in 2016-08-22 19:40:55.019614700 +0200
+@@ -844,7 +844,7 @@ install-exec-hook:
+ @if [ "@OPENSSLDIR@x" != "x" ]; then \
+ OPENSSLDIR="$(DESTDIR)/@OPENSSLDIR@"; \
+ else \
+- OPENSSLDIR="$(DESTDIR)/$(sysconfdir)/ssl"; \
++ OPENSSLDIR="$(DESTDIR)$(sysconfdir)/ssl"; \
+ fi; \
+ mkdir -p "$$OPENSSLDIR/certs"; \
+ for i in cert.pem openssl.cnf x509v3.cnf; do \