Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:ARM
mariadb.20850
mariadb-10.1.12-deharcode-libdir.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mariadb-10.1.12-deharcode-libdir.patch of Package mariadb.20850
PATCH-P0-FIX-SUSE: dehardcode libdir Don't expect libdir is set to lib64 on x86_64 only. There is other occurances like ppc64 and aarch64. Use %{_libdir} macro instead Maintainer: Dinar Valeev <dvaleev@suse.com> Index: cmake/install_layout.cmake =================================================================== --- cmake/install_layout.cmake.orig +++ cmake/install_layout.cmake @@ -137,11 +137,6 @@ SET(INSTALL_SCRIPTDIR_RPM SET(INSTALL_SYSCONFDIR_RPM "/etc") SET(INSTALL_SYSCONF2DIR_RPM "/etc/my.cnf.d") # -IF(CMAKE_SIZEOF_VOID_P EQUAL 8) - SET(INSTALL_LIBDIR_RPM "lib64") -ELSE() - SET(INSTALL_LIBDIR_RPM "lib") -ENDIF() SET(INSTALL_PLUGINDIR_RPM "${INSTALL_LIBDIR_RPM}/mysql/plugin") # SET(INSTALL_INCLUDEDIR_RPM "include/mysql")
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