mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
Just put libs in %{_libdir}.
Can't see how mysqld_safe can work with current setup, so make it look in $pkglibdir/mysql too. Other cleanups.
This commit is contained in:
parent
ee85029bbc
commit
3e2c17d244
2 changed files with 12 additions and 22 deletions
|
|
@ -306,7 +306,7 @@ set_malloc_lib() {
|
|||
malloc_lib=
|
||||
# This list is kept intentionally simple. Simply set --malloc-lib
|
||||
# to a full path if another location is desired.
|
||||
for libdir in /usr/lib "$pkglibdir"; do
|
||||
for libdir in /usr/lib "$pkglibdir" "$pkglibdir/mysql"; do
|
||||
for flavor in _minimal '' _and_profiler _debug; do
|
||||
tmp="$libdir/libtcmalloc$flavor.so"
|
||||
#log_notice "DEBUG: Checking for malloc lib '$tmp'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue