Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tpetazzoni/a8ed57f1841be478ac6fd54a010e7c72 to your computer and use it in GitHub Desktop.
Save tpetazzoni/a8ed57f1841be478ac6fd54a010e7c72 to your computer and use it in GitHub Desktop.
# Some distributions (e.g., Fedora) hide the library in the mysql/
# subdirectory.
#
libmysqlclient_paths="none /usr/lib/mysql /usr/lib64/mysql"
for path in $libmysqlclient_paths; do
if test x"path" != xnone; then
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS -L$path"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment