Skip to content
Snippets Groups Projects
Commit ed6bb80f authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Configure: Remove /opt/local from default search path.

/opt/local on MacOS X can contain libraries that conflict with and
are incompatible with the system libraries (eg libiconv.dylib).
This has a tendency to break stuff.

If you need /opt/local, please use --with-site-prefixes.

Fixes linking with MariaDB and MySQL.
parent bf005f74
No related merge requests found
...@@ -2576,7 +2576,7 @@ if test $ldflags_is_set = yes -a $cppflags_is_set = yes ; then :; else ...@@ -2576,7 +2576,7 @@ if test $ldflags_is_set = yes -a $cppflags_is_set = yes ; then :; else
$with_root/usr/freeware $with_root/usr/pkg \ $with_root/usr/freeware $with_root/usr/pkg \
`echo $with_root/opt/gnome* | sort -r` \ `echo $with_root/opt/gnome* | sort -r` \
`echo $with_root/usr/X* | sort -r` \ `echo $with_root/usr/X* | sort -r` \
$with_root/opt/local $with_root/usr/pkg $with_root/opt/pkg \ $with_root/usr/pkg $with_root/opt/pkg \
$with_root/usr/sfw $with_root/opt/sfw $with_root/opt/csw \ $with_root/usr/sfw $with_root/opt/sfw $with_root/opt/csw \
$with_root/usr/ccs $with_root/usr/ccs
do do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment