Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[aarch64] Specify libdir. Contributes to JB#49681
  • Loading branch information
xfade authored and spiiroin committed May 28, 2020
1 parent 2f7f5b0 commit 7d7c314
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rpm/mce.spec
Expand Up @@ -72,13 +72,12 @@ Nokia N770, N800, N810, N900, N9 and N950 devices.

%build
./verify_version
#make %{?jobs:-j%jobs} %{!?qa_stage_devel:ENABLE_DEVEL_LOGGING=n}
make %{?_smp_mflags} %{!?qa_stage_devel:ENABLE_DEVEL_LOGGING=n}
make %{?_smp_mflags} _LIBDIR=%{_libdir} %{!?qa_stage_devel:ENABLE_DEVEL_LOGGING=n}

%install
rm -rf %{buildroot}
# FIXME: we need a configure script ... for now pass dirs in make install
make install DESTDIR=%{buildroot} _UNITDIR=%{_unitdir} ENABLE_MANPAGE_INSTALL=n
make install DESTDIR=%{buildroot} _UNITDIR=%{_unitdir} _LIBDIR=%{_libdir} ENABLE_MANPAGE_INSTALL=n

%preun
if [ "$1" -eq 0 ]; then
Expand Down

0 comments on commit 7d7c314

Please sign in to comment.