summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <vicentiu@mariadb.org>2020-02-26 13:46:27 +0200
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2020-03-05 10:53:16 +0200
commitc5c1027c6eb0db9738c231731b664f9736970d98 (patch)
tree56238553daa76dfde670d8e8dcebb92284fa3371 /support-files
parentda10c6f448f826c5fbd904bd80de5630cf2eb0c3 (diff)
downloadmariadb-git-c5c1027c6eb0db9738c231731b664f9736970d98.tar.gz
MDEV-19208 mariadb.pc: install into libdir
The .pc file installed by mariadb mentions archful directories and therefore must be archful itself. This fixes MDEV-14340.
Diffstat (limited to 'support-files')
-rw-r--r--support-files/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/CMakeLists.txt b/support-files/CMakeLists.txt
index 92a46b7b12a..038e7163901 100644
--- a/support-files/CMakeLists.txt
+++ b/support-files/CMakeLists.txt
@@ -100,7 +100,7 @@ IF(UNIX)
ENDIF()
CONFIGURE_FILE(mariadb.pc.in ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc @ONLY)
- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc DESTINATION ${INSTALL_SHAREDIR}/pkgconfig COMPONENT Development)
+ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc DESTINATION ${INSTALL_LIBDIR}/pkgconfig COMPONENT Development)
INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development)