Let ld know the path to mysqlclient.

OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=158
This commit is contained in:
Lars Müller 2015-01-24 22:17:02 +00:00 committed by Git OBS Bridge
parent 4040bfe97f
commit 9cbf4ddd30
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 24 22:16:09 UTC 2015 - lmuelle@suse.com
- Let ld know the path to mysqlclient.
-------------------------------------------------------------------
Sat Jan 24 19:33:39 UTC 2015 - lmuelle@suse.com

View File

@ -184,7 +184,7 @@ cat <<-EOF > Local/Makefile
%endif
%if %{with_mysql}
LOOKUP_INCLUDE+=-I /usr/include/mysql
LOOKUP_LIBS+=-lmysqlclient
LOOKUP_LIBS+=-L %{_libdir}/mysql -lmysqlclient
%endif
%if %{with_pgsql}
LOOKUP_INCLUDE+=-I /usr/include/pgsql