Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / external / redland / rasqal / libtool.patch
blobb0baae661bab406e3afed6e57475346552c82667
1 --- build/ltmain.sh
2 +++ build/ltmain.sh
3 @@ -5301,6 +5301,12 @@
4 prev=
5 continue
6 ;;
7 + mllvm)
8 + # Clang does not use LLVM to link, so we can simply discard any
9 + # '-mllvm $arg' options when doing the link step.
10 + prev=
11 + continue
12 + ;;
13 objectlist)
14 if test -f "$arg"; then
15 save_arg=$arg
16 @@ -5639,6 +5645,11 @@
17 continue
20 + -mllvm)
21 + prev=mllvm
22 + continue
23 + ;;
25 -module)
26 module=yes
27 continue