Skip to content

Commit aa00aa6

Browse files
committed
rb
1 parent 23b1460 commit aa00aa6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dist/rpm/radare2.spec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%global shortcommit %(c=%{commit}; echo ${c:0:7})
66

77
Name: radare2
8-
Version: 5.8.2
8+
Version: 5.9.8
99
Release: 1%{?dist}
1010
Summary: The %{name} reverse engineering framework
1111
Group: Applications/Engineering
@@ -56,7 +56,8 @@ CFLAGS="%{optflags} -fPIC -I../include" make %{?_smp_mflags} LIBDIR=%{_libdir} P
5656
%install
5757
rm -rf %{buildroot}
5858
NOSUDO=1 make install DESTDIR=%{buildroot} LIBDIR=%{_libdir} PREFIX=%{_prefix}
59-
cp subprojects/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a
59+
cp shlr/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a
60+
# 5.9.9 : cp subprojects/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a
6061

6162
%post -p /sbin/ldconfig
6263
%postun -p /sbin/ldconfig

0 commit comments

Comments
 (0)