Bump version to 5.0-14
[LibreOffice.git] / external / curl / curl-android.patch
blob40cf12447dbba31c0dcb3011cf7420b8354f8f8c
1 diff -ur curl-7.26.0/ltmain.sh misc/build/curl-7.26.0/ltmain.sh
2 --- curl-7.26.0/ltmain.sh 2012-07-02 14:05:04.256112279 +0200
3 +++ misc/build/curl-7.26.0/ltmain.sh 2012-07-02 14:07:23.775119842 +0200
4 @@ -7307,6 +7307,12 @@
5 func_warning "\`-release' is ignored for convenience libraries"
6 else
8 + # Force no versioning suffix for Android thanks to silly
9 + # apkbuilder which doesn't add extra native libs unless their
10 + # name ends with .so
12 + version_type=none
14 # Parse the version information argument.
15 save_ifs="$IFS"; IFS=':'
16 set dummy $vinfo 0 0 0