View | Details | Raw Unified | Return to bug 190790
Collapse All | Expand All

(-)files/patch-configure (+11 lines)
Line 0 Link Here
1
--- ./configure.orig	2014-06-08 13:49:20.000000000 +0200
2
+++ ./configure	2014-06-08 13:49:46.000000000 +0200
3
@@ -6745,7 +6745,7 @@
4
 				sslbin=$ssldir/bin/openssl
5
 			fi
6
 			# awk to strip off meta data at bottom of dhparam output
7
-			$sslbin dhparam -C 512 | awk '/^-----/ {exit} {print}' > include/dh.h
8
+			env HOME=. $sslbin dhparam -C 512 | awk '/^-----/ {exit} {print}' > include/dh.h
9
 		fi
10
 	fi
11
 

Return to bug 190790