Accepting request 489021 from server:database

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/489021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb-connector-c?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-04-20 18:57:52 +00:00 committed by Git OBS Bridge
parent e90a5ee629
commit 65237fcccb
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 29 11:04:35 UTC 2017 - adam.majer@suse.de
- Set proper MySQL socket path for localhost connections
-------------------------------------------------------------------
Thu Mar 23 10:56:02 UTC 2017 - adam.majer@suse.de

View File

@ -19,6 +19,10 @@
%define sover 2
%define libname libmariadb
%if ! %{defined _rundir}
%define _rundir %{_localstatedir}/run
%endif
Name: mariadb-connector-c
Version: 2.3.2
Release: 0
@ -100,7 +104,8 @@ This package holds the development files.
-DWITH_SQLITE:BOOL=ON \
%endif
-DWITH_EXTERNAL_ZLIB:BOOL=ON \
-DPLUGIN_INSTALL_DIR:STRING=%{_libdir}/mariadb/plugin/
-DPLUGIN_INSTALL_DIR:STRING=%{_libdir}/mariadb/plugin/ \
-DMYSQL_UNIX_ADDR:STRING=%{_rundir}/mysql/mysql.sock
make %{?_smp_mflags}
%install