mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
mysql_client : Add /usr/lib/mysql directory in ld.so.conf file
Add /usr/lib/mysql directory in ld.so.conf file Signed-off-by: Fabien Marteau <fabien.marteau@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a74b4044b0
commit
b18d0e9d32
@ -36,6 +36,11 @@ define MYSQL_CLIENT_REMOVE_TEST_PROGS
|
|||||||
rm -rf $(TARGET_DIR)/usr/mysql-test $(TARGET_DIR)/usr/sql-bench
|
rm -rf $(TARGET_DIR)/usr/mysql-test $(TARGET_DIR)/usr/sql-bench
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define MYSQL_CLIENT_ADD_MYSQL_LIB_PATH
|
||||||
|
echo "/usr/lib/mysql" >> $(TARGET_DIR)/etc/ld.so.conf
|
||||||
|
endef
|
||||||
|
|
||||||
MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_REMOVE_TEST_PROGS
|
MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_REMOVE_TEST_PROGS
|
||||||
|
MYSQL_CLIENT_POST_INSTALL_TARGET_HOOKS += MYSQL_CLIENT_ADD_MYSQL_LIB_PATH
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,mysql_client))
|
$(eval $(call AUTOTARGETS,package,mysql_client))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user