Skip to content

Commit

Permalink
Merge branch 'jb49681' into 'master'
Browse files Browse the repository at this point in the history
[aarch64] Specify libdir. Contributes to JB#49681

See merge request mer-core/ssu-sysinfo!10
  • Loading branch information
spiiroin committed May 28, 2020
2 parents 3a4fa10 + 5496f57 commit 34af199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/ssu-sysinfo.spec
Expand Up @@ -30,11 +30,11 @@ information without using D-Bus IPC.
%build
util/verify_version.sh
unset LD_AS_NEEDED
make %{?jobs:-j%jobs}
make _LIBDIR=%{_libdir} %{?jobs:-j%jobs}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
make _LIBDIR=%{_libdir} install DESTDIR=%{buildroot}

%post -p /sbin/ldconfig

Expand Down

0 comments on commit 34af199

Please sign in to comment.