Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
libreoffice.34418
use-fixmath-shared-library.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File use-fixmath-shared-library.patch of Package libreoffice.34418
Index: libreoffice-7.5.0.2/configure.ac =================================================================== --- libreoffice-7.5.0.2.orig/configure.ac +++ libreoffice-7.5.0.2/configure.ac @@ -10559,7 +10559,7 @@ if test "$with_system_libfixmath" = "yes AC_LANG_PUSH([C++]) AC_CHECK_HEADER([libfixmath/fix16.hpp], [], [AC_MSG_ERROR([libfixmath/fix16.hpp not found. install libfixmath])], []) - AC_CHECK_LIB([libfixmath], [fix16_mul], [:], [AC_MSG_ERROR(libfixmath lib not found or functional)], []) + AC_SEARCH_LIBS([fix16_mul], [fixmath libfixmath], [:], [AC_MSG_ERROR(libfixmath lib not found or functional)], []) AC_LANG_POP([C++]) else AC_MSG_RESULT([internal]) Index: libreoffice-7.5.0.2/tools/Library_tl.mk =================================================================== --- libreoffice-7.5.0.2.orig/tools/Library_tl.mk +++ libreoffice-7.5.0.2/tools/Library_tl.mk @@ -115,7 +115,7 @@ endif ifeq ($(SYSTEM_LIBFIXMATH),TRUE) $(eval $(call gb_Library_add_libs,tl,\ - -llibfixmath \ + -lfixmath \ )) endif Index: libreoffice-7.5.0.2/vcl/Library_vcl.mk =================================================================== --- libreoffice-7.5.0.2.orig/vcl/Library_vcl.mk +++ libreoffice-7.5.0.2/vcl/Library_vcl.mk @@ -572,7 +572,7 @@ vcl_headless_freetype_code=\ ifeq ($(SYSTEM_LIBFIXMATH),TRUE) $(eval $(call gb_Library_add_libs,vcl,\ - -llibfixmath \ + -lfixmath \ )) endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor