x86_64 assembly pack: make it possible to compile with Perl located on
[openssl.git] / crypto / rc4 / asm / rc4-x86_64.pl
index de2e13dcf299fe2f912d7897fb01a6b4d0d144bd..73fb81512183ad3a8103f0e1d7276fe26100b6b3 100755 (executable)
@@ -115,7 +115,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
 die "can't locate x86_64-xlate.pl";
 
-open STDOUT,"| $^X $xlate $flavour $output";
+open STDOUT,"| \"$^X\" $xlate $flavour $output";
 
 $dat="%rdi";       # arg1
 $len="%rsi";       # arg2