blob: 68069d6e945722ce95c3464b6077cc9a3019795d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- misc/libxslt-1.1.26/ltmain.sh
+++ misc/build/libxslt-1.1.26/ltmain.sh
@@ -3228,6 +3228,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
|