mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
only put real *.so.* shared libraries in compat.rpm
do not put there *.so symlinks
This commit is contained in:
parent
a749246d7e
commit
992606f256
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ IF(compat53 AND compat101)
|
|||
MESSAGE("Using ${compat_rpm} to build MariaDB-compat")
|
||||
INSTALL(CODE "EXECUTE_PROCESS(
|
||||
COMMAND rpm2cpio ${CMAKE_SOURCE_DIR}/${compat_rpm}
|
||||
COMMAND cpio --extract --make-directories */libmysqlclient*.so* -
|
||||
COMMAND cpio --extract --make-directories */libmysqlclient*.so.* -
|
||||
WORKING_DIRECTORY \$ENV{DESTDIR})
|
||||
EXECUTE_PROCESS(
|
||||
COMMAND chmod -R a+rX .
|
||||
|
|
Loading…
Reference in a new issue