Skip to content

Commit 992606f

Browse files
committed
only put real *.so.* shared libraries in compat.rpm
do not put there *.so symlinks
1 parent a749246 commit 992606f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cpack_rpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ IF(compat53 AND compat101)
256256
MESSAGE("Using ${compat_rpm} to build MariaDB-compat")
257257
INSTALL(CODE "EXECUTE_PROCESS(
258258
COMMAND rpm2cpio ${CMAKE_SOURCE_DIR}/${compat_rpm}
259-
COMMAND cpio --extract --make-directories */libmysqlclient*.so* -
259+
COMMAND cpio --extract --make-directories */libmysqlclient*.so.* -
260260
WORKING_DIRECTORY \$ENV{DESTDIR})
261261
EXECUTE_PROCESS(
262262
COMMAND chmod -R a+rX .

0 commit comments

Comments
 (0)