forked from pool/mariadb-connector-c
- Install missing header (bsc#1067904)
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb-connector-c?expand=0&rev=22
This commit is contained in:
parent
5562dd2773
commit
9002e14d20
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 13 17:54:46 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Add additional compat symlink (bsc#1067904)
|
||||
- Install missing header (bsc#1067904)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 17:07:25 UTC 2017 - kstreitova@suse.com
|
||||
|
@ -141,7 +141,10 @@ rm %{buildroot}%{_libdir}/libmysqlclient_r.a
|
||||
# add a compatibility symlink
|
||||
ln -s mariadb_config %{buildroot}%{_bindir}/mysql_config
|
||||
ln -s mariadb_version.h %{buildroot}%{_includedir}/mysql/mysql_version.h
|
||||
ln -s ma_config.h %{buildroot}%{_includedir}/mysql/my_config.h
|
||||
|
||||
# install some extra required header file
|
||||
install -Dpm 0644 build/include/ma_config.h \
|
||||
%{buildroot}%{_includedir}/mysql/my_config.h
|
||||
|
||||
%files -n %{libname}%{sover}
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user