Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / external / libetonyek / win_build.patch.1
bloba357737d89339a42a7b8aa8cdb82fcf7c4f41262
1 Fix the windows build - fix libtool
3 --- libetonyek/ltmain.sh.orig   2015-05-20 00:47:55.378800000 +0200
4 +++ libetonyek/ltmain.sh        2015-05-20 00:47:33.648000000 +0200
5 @@ -3722,6 +3722,8 @@
6         sleep 2
7        done
8      fi
9 +    # Cygwin ar.exe does not create directories for the objects!
10 +    mkdir -p $f_ex_an_ar_dir/contexts
11      func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
12                    'stat=$?; rm -f "$lockfile"; exit $stat'
13      if test yes = "$lock_old_archive_extraction"; then