components/ilmbase/patches/000-ltmain.patch
changeset 7964 d9801318ed3d
parent 7963 18067c41cdb2
equal deleted inserted replaced
7963:18067c41cdb2 7964:d9801318ed3d
     1 Addresses publish error by removing runpath for CC.
       
     2 Will not send upstream.
       
     3 
       
     4 --- ltmain.sh	2016-11-14 13:28:02.161103599 +0000
       
     5 +++ ltmain.sh	2016-11-14 14:11:06.669510804 +0000
       
     6 @@ -7332,7 +7332,8 @@
       
     7  	save_ifs="$IFS"; IFS='~'
       
     8  	for cmd in $cmds; do
       
     9  	  IFS="$save_ifs"
       
    10 -	  eval cmd=\"$cmd\"
       
    11 +	    # Append the command to remove runpath for CC.
       
    12 +	  eval cmd=\"$cmd -norunpath \"
       
    13  	  $opt_silent || {
       
    14  	    func_quote_for_expand "$cmd"
       
    15  	    eval "func_echo $func_quote_for_expand_result"