mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-06 20:23:08 +00:00
chore(build): do not set CMAKE_INSTALL_LIBDIR and never with _libdir!
This commit is contained in:
parent
ac732528bb
commit
377be558e1
1 changed files with 5 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ A free (libre) SIP video-phone.
|
|||
%setup -n %{name}-%{version}%{?build_number_ext}
|
||||
|
||||
%build
|
||||
%{expand:%%%cmake_name} . -DCMAKE_BUILD_TYPE=@CMAKE_BUILD_TYPE@ -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} -DCMAKE_PREFIX_PATH:PATH=%{_prefix} @RPM_ALL_CMAKE_OPTIONS@
|
||||
%{expand:%%%cmake_name} . -DCMAKE_BUILD_TYPE=@CMAKE_BUILD_TYPE@ -DCMAKE_PREFIX_PATH:PATH=%{_prefix} @RPM_ALL_CMAKE_OPTIONS@
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
|
@ -80,5 +80,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/
|
||||
|
||||
%changelog
|
||||
|
||||
* Tue Nov 27 2018 ronan.abhamon <ronan.abhamon@belledonne-communications.com>
|
||||
- Do not set CMAKE_INSTALL_LIBDIR and never with _libdir!
|
||||
|
||||
* Thu Mar 15 2018 ronan.abhamon <ronan.abhamon@belledonne-communications.com>
|
||||
- Initial RPM release.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue