components/libneon/patches/005-test-makekeys.sh.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Thu, 23 Apr 2015 06:52:22 -0700
branchs11-update
changeset 4172 a6d468ddeb77
permissions -rw-r--r--
20722564 upgrade libneon to 0.30.1 20320371 problem in LIBRARY/NEON

# 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@