This commit is contained in:
Michal Schorm 2019-07-19 17:46:53 +02:00
parent 6cca8d740f
commit c4d9f6ff20

View File

@ -80,7 +80,7 @@ export CFLAGS CXXFLAGS
# so we can't use %%{_datadir} and so forth here. # so we can't use %%{_datadir} and so forth here.
%cmake . \ %cmake . \
-DCMAKE_BUILD_TYPE="%{?with_debug:Debug}%{!?with_tokudb:RelWithDebInfo}" \ -DCMAKE_BUILD_TYPE="%{?with_debug:Debug}%{!?with_debug:RelWithDebInfo}" \
-DCMAKE_SYSTEM_PROCESSOR="%{_arch}" \ -DCMAKE_SYSTEM_PROCESSOR="%{_arch}" \
\ \
-DMARIADB_UNIX_ADDR=%{_sharedstatedir}/mysql/mysql.sock \ -DMARIADB_UNIX_ADDR=%{_sharedstatedir}/mysql/mysql.sock \