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:
parent
4040bfe97f
commit
9cbf4ddd30
@ -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
|
Sat Jan 24 19:33:39 UTC 2015 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -184,7 +184,7 @@ cat <<-EOF > Local/Makefile
|
|||||||
%endif
|
%endif
|
||||||
%if %{with_mysql}
|
%if %{with_mysql}
|
||||||
LOOKUP_INCLUDE+=-I /usr/include/mysql
|
LOOKUP_INCLUDE+=-I /usr/include/mysql
|
||||||
LOOKUP_LIBS+=-lmysqlclient
|
LOOKUP_LIBS+=-L %{_libdir}/mysql -lmysqlclient
|
||||||
%endif
|
%endif
|
||||||
%if %{with_pgsql}
|
%if %{with_pgsql}
|
||||||
LOOKUP_INCLUDE+=-I /usr/include/pgsql
|
LOOKUP_INCLUDE+=-I /usr/include/pgsql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user