mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
* Don't override bind-address when WSREP is enabled [1] * Fix typo in mysql_config patch [2] * Update CONFLICTS after MariaDB 10.0.11 port creation PR: 264999[1], 269654[2] Reported by: ingenium <freebsd gmx info>[1], Oleg Sidorkin <osidorkin gmail com>
10 lines
365 B
Bash
10 lines
365 B
Bash
--- scripts/mysql_config.sh.orig 2021-07-07 20:25:20 UTC
|
|
+++ scripts/mysql_config.sh
|
|
@@ -88,6 +88,7 @@ fi
|
|
# Create options
|
|
libs="-L$pkglibdir @RPATH_OPTION@ @LIBS_FOR_CLIENTS@"
|
|
embedded_libs="-L$pkglibdir @RPATH_OPTION@ @EMB_LIBS_FOR_CLIENTS@"
|
|
+embedded_libs="$embedded_libs -%%LOCALBASE%%/lib "
|
|
|
|
include="-I$pkgincludedir"
|
|
if [ "$basedir" != "/usr" ]; then
|