We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b1460 commit aa00aa6Copy full SHA for aa00aa6
dist/rpm/radare2.spec
@@ -5,7 +5,7 @@
5
%global shortcommit %(c=%{commit}; echo ${c:0:7})
6
7
Name: radare2
8
-Version: 5.8.2
+Version: 5.9.8
9
Release: 1%{?dist}
10
Summary: The %{name} reverse engineering framework
11
Group: Applications/Engineering
@@ -56,7 +56,8 @@ CFLAGS="%{optflags} -fPIC -I../include" make %{?_smp_mflags} LIBDIR=%{_libdir} P
56
%install
57
rm -rf %{buildroot}
58
NOSUDO=1 make install DESTDIR=%{buildroot} LIBDIR=%{_libdir} PREFIX=%{_prefix}
59
-cp subprojects/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a
+cp shlr/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a
60
+# 5.9.9 : cp subprojects/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a
61
62
%post -p /sbin/ldconfig
63
%postun -p /sbin/ldconfig
0 commit comments