Kaydet (Commit) 72385abb authored tarafından Aleksei Nikiforov's avatar Aleksei Nikiforov Kaydeden (comit) Thorsten Behrens

KDE5: return multilib support

Change-Id: Id416ff399e443175b7c7d608c8a7a4bc38eeedcf
Reviewed-on: https://gerrit.libreoffice.org/66145
Tested-by: Jenkins
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 70519a43
...@@ -10907,6 +10907,20 @@ AC_SUBST(ENABLE_SCRIPTING_JAVASCRIPT) ...@@ -10907,6 +10907,20 @@ AC_SUBST(ENABLE_SCRIPTING_JAVASCRIPT)
AC_SUBST(SYSTEM_RHINO) AC_SUBST(SYSTEM_RHINO)
AC_SUBST(RHINO_JAR) AC_SUBST(RHINO_JAR)
# This is only used in Qt5/KDE5 checks to determine if /usr/lib64
# paths should be added to library search path. So lets put all 64-bit
# platforms there.
supports_multilib=
case "$host_cpu" in
x86_64 | powerpc64 | powerpc64le | s390x | aarch64 | mips64 | mips64el)
if test "$SAL_TYPES_SIZEOFLONG" = "8"; then
supports_multilib="yes"
fi
;;
*)
;;
esac
dnl =================================================================== dnl ===================================================================
dnl QT5 Integration dnl QT5 Integration
dnl =================================================================== dnl ===================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment