Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Staging:A
mariadb
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
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,14 +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") - SET(INSTALL_PLUGINDIR_RPM "lib64/mysql/plugin") -ELSE() - SET(INSTALL_LIBDIR_RPM "lib") - SET(INSTALL_PLUGINDIR_RPM "lib/mysql/plugin") -ENDIF() -# SET(INSTALL_INCLUDEDIR_RPM "include/mysql") # SET(INSTALL_DOCDIR_RPM "share/doc")
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