components/libneon/patches/005-test-makekeys.sh.patch
branchs11-update
changeset 4172 a6d468ddeb77
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libneon/patches/005-test-makekeys.sh.patch	Thu Apr 23 06:52:22 2015 -0700
@@ -0,0 +1,16 @@
+# Internal patch.
+# /usr/gnu/bin must come before /usr/bin. They want the GNU utilities,
+# not the SVR4 utilities.
+# Not for upstream.
+--- test/makekeys.sh	2012-07-04 01:41:44.000000000 -0700
++++ test/makekeys.sh	2015-03-17 19:29:29.859562018 -0700
+@@ -1,6 +1,8 @@
+-#!/bin/sh
++#!/bin/bash
+ # Helper script to create CA and server certificates.
+ 
++export PATH="/usr/gnu/bin:/usr/bin"
++
+ srcdir=${1-.}
+ 
+ OPENSSL=@OPENSSL@