packaging issues:
* skip debian 44_scripts__mysql_config__libs.dpatch it does not apply anymore (and anyway it would not work for a static library) * fix the path for install(mariadb.pc)
This commit is contained in:
parent
fc58ba6c76
commit
e73e1e7c7a
2
debian/patches/00list
vendored
2
debian/patches/00list
vendored
@ -5,7 +5,7 @@
|
||||
33_scripts__mysql_create_system_tables__no_test.dpatch
|
||||
38_scripts__mysqld_safe.sh__signals.dpatch
|
||||
41_scripts__mysql_install_db.sh__no_test.dpatch
|
||||
44_scripts__mysql_config__libs.dpatch
|
||||
# 44_scripts__mysql_config__libs.dpatch
|
||||
50_mysql-test__db_test.dpatch
|
||||
# 60_zlib_innodb_workaround.dpatch
|
||||
61_replace_dash_with_bash_mbug675185.dpatch
|
||||
|
@ -71,7 +71,7 @@ IF(UNIX)
|
||||
ENDIF()
|
||||
|
||||
CONFIGURE_FILE(mariadb.pc.in ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc @ONLY)
|
||||
INSTALL(FILES mariadb.pc DESTINATION ${INSTALL_SHAREDIR}/pkgconfig COMPONENT Development)
|
||||
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc DESTINATION ${INSTALL_SHAREDIR}/pkgconfig COMPONENT Development)
|
||||
|
||||
INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development)
|
||||
CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user