components/libpki/patches/03-libtool.patch
author naoki.tanaka@oracle.com <naoki.tanaka@oracle.com>
Fri, 29 Apr 2016 16:32:46 -0700
changeset 5897 495a9e2444e4
permissions -rw-r--r--
PSARC/2016/220 libPKI 22673523 Add libpki v0.8.9 to Userland consolidation

Patch origin: in-house
Patch status: Solaris-specific; not suitable for upstream

eval doesn't work as expected with quotes on Solaris.

--- libpki-0.8.9/build/ltmain.sh	Tue Nov 10 13:50:30 2015
+++ libpki-0.8.9/build/ltmain.sh	Wed Nov 11 14:43:19 2015
@@ -657,7 +657,7 @@
     }
 
     if ${opt_dry_run-false}; then :; else
-      eval "$my_cmd"
+      eval $my_cmd
       my_status=$?
       if test "$my_status" -eq 0; then :; else
 	eval "(exit $my_status); $my_fail_exp"