mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- Add mariadb102-client port - Add RocksDB storage engine - Add non-base page compressors - First sweep at making cmake patches upstreamable
12 lines
399 B
Bash
12 lines
399 B
Bash
--- scripts/mysql_config.sh.orig 2017-05-24 09:15:23 UTC
|
|
+++ scripts/mysql_config.sh
|
|
@@ -106,7 +106,9 @@ fi
|
|
|
|
# Create options
|
|
libs="-L$pkglibdir @RPATH_OPTION@ @LIBS_FOR_CLIENTS@"
|
|
+libs="$libs -L/usr/local/lib "
|
|
embedded_libs="-L$pkglibdir @RPATH_OPTION@ @EMB_LIBS_FOR_CLIENTS@"
|
|
+embedded_libs="$embedded_libs -L/usr/local/lib "
|
|
|
|
include="-I$pkgincludedir"
|
|
if [ "$basedir" != "/usr" ]; then
|