build fix
[LibreOffice.git] / external / openssl / openssl-fixbuild.patch.1
blob5a986e87214b9558b75b329e09809e8ab8a7b175
1 --- a/crypto/evp/Makefile
2 +++ b/crypto/evp/Makefile
3 @@ -289,7 +289,7 @@
4  e_idea.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
5  e_idea.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
6  e_idea.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
7 -e_idea.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
8 +e_idea.o: ../../include/openssl/evp.h ../idea/idea.h
9  e_idea.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
10  e_idea.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
11  e_idea.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
12 --- a/util/mklink.pl
13 +++ b/util/mklink.pl
14 @@ -50,8 +50,7 @@
15  my $to = join('/', @to_path);
17  my $file;
18 -$symlink_exists=eval {symlink("",""); 1};
19 -if ($^O eq "msys") { $symlink_exists=0 };
20 +$symlink_exists=0;
21  foreach $file (@files) {
22      my $err = "";
23      if ($symlink_exists) {