diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-18 22:27:30 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-19 07:41:44 +0000 |
commit | 8d46e3968cf68b6ef6a370084b4cc37dbdda1708 (patch) | |
tree | 8ea21dc24e92d866526aad7da9db959c729492ca /external/libxslt/libxslt-android.patch | |
parent | f2b51cdfd6fee45ff2062fa6fb46893eba56c02c (diff) |
fdo#70393: move libxslt to a subdir of external
Change-Id: Ibf6fd5c32a62752044e70961cf33b05fdcdce104
Reviewed-on: https://gerrit.libreoffice.org/6340
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libxslt/libxslt-android.patch')
-rw-r--r-- | external/libxslt/libxslt-android.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/external/libxslt/libxslt-android.patch b/external/libxslt/libxslt-android.patch new file mode 100644 index 000000000000..68069d6e9457 --- /dev/null +++ b/external/libxslt/libxslt-android.patch @@ -0,0 +1,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 |