Index: head/databases/mysql57-server/files/patch-scripts_mysqld__safe.txt =================================================================== --- head/databases/mysql57-server/files/patch-scripts_mysqld__safe.txt (nonexistent) +++ head/databases/mysql57-server/files/patch-scripts_mysqld__safe.txt (revision 548590) @@ -0,0 +1,19 @@ +--- scripts/mysqld_safe.sh.orig 2020-06-02 11:05:42 UTC ++++ scripts/mysqld_safe.sh +@@ -359,7 +359,7 @@ mysqld_ld_preload_text() { + # running mysqld. See ld.so for details. + set_malloc_lib() { + # This list is kept intentionally simple. +- malloc_dirs="/usr/lib /usr/lib64 /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu" ++ malloc_dirs="/usr/lib /usr/lib64 /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu /usr/local/lib" + malloc_lib="$1" + + # Allow --malloc-lib='' to override other settings +@@ -378,6 +378,7 @@ set_malloc_lib() { + /usr/lib64) ;; + /usr/lib/i386-linux-gnu) ;; + /usr/lib/x86_64-linux-gnu) ;; ++ /usr/local/lib) ;; + *) + log_error "--malloc-lib must be located in one of the directories: $malloc_dirs" + exit 1 Property changes on: head/databases/mysql57-server/files/patch-scripts_mysqld__safe.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property