Files
loongoffice/external/curl/curl-android.patch
Caolán McNamara 8aa5c802e3 fix curl android patch to apply
Change-Id: I554f483ddf7bdc8b0347d7ae4d1fe7bb6aad8336
2016-07-30 19:37:42 +01:00

17 lines
593 B
Diff

diff -ur curl-7.26.0/ltmain.sh misc/build/curl-7.26.0/ltmain.sh
--- curl-7.26.0/ltmain.sh 2012-07-02 14:05:04.256112279 +0200
+++ misc/build/curl-7.26.0/ltmain.sh 2012-07-02 14:07:23.775119842 +0200
@@ -8784,6 +8784,12 @@
func_warning "'-release' is ignored for convenience libraries"
else
+ # Force no versioning suffix for Android thanks to silly
+ # apkbuilder which doesn't add extra native libs unless their
+ # name ends with .so
+
+ version_type=none
+
# Parse the version information argument.
save_ifs=$IFS; IFS=:
set dummy $vinfo 0 0 0