Don't loose scanned image's resolution precision
[LibreOffice.git] / external / libwps / libtool.patch.0
blobcc4b08ba21478b8554fc4d24f14b8491aad56b31
1 --- ltmain.sh.sav       2018-08-02 14:21:34.000000000 +0200
2 +++ ltmain.sh   2019-05-05 22:04:15.433588776 +0200
3 @@ -7277,7 +7277,8 @@ func_mode_link ()
4        # -stdlib=*            select c++ std lib with clang
5        -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
6        -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
7 -      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
8 +      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
9 +      -fuse-ld=*|--ld-path=*)
10          func_quote_for_eval "$arg"
11         arg=$func_quote_for_eval_result
12          func_append compile_command " $arg"