mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-31 02:16:53 +00:00
fixed coverity issue and removal of r_sign.pc.acr in pkgcfg as a dep
This commit is contained in:
parent
a4d0f03999
commit
31ba2e8e16
@ -167,7 +167,7 @@ R_API int r_core_bin_reload(RCore *r, const char *file, ut64 baddr) {
|
||||
r_bin_free (r->bin);
|
||||
r->bin = r_bin_new ();
|
||||
r_bin_set_user_ptr (r->bin, r);
|
||||
r_core_bin_load (r, file, baddr);
|
||||
return r_core_bin_load (r, file, baddr);
|
||||
}
|
||||
|
||||
R_API int r_core_bin_load(RCore *r, const char *file, ut64 baddr) {
|
||||
|
@ -7,5 +7,5 @@ Name: r_core
|
||||
Description: radare foundation libraries
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs: -L${libdir} -lr_core -lr_config -lr_cons -lr_io -lr_cmd -lr_util -lr_flags -lr_asm -lr_lib -lr_db -lr_debug -lr_hash -lr_bin -lr_lang -lr_io -lr_anal -lr_parse -lr_bp -lr_egg -lr_reg -lr_search -lr_syscall -lr_sign -lr_diff -lr_socket -lr_fs @LIBMAGIC@
|
||||
Libs: -L${libdir} -lr_core -lr_config -lr_cons -lr_io -lr_cmd -lr_util -lr_flags -lr_asm -lr_lib -lr_db -lr_debug -lr_hash -lr_bin -lr_lang -lr_io -lr_anal -lr_parse -lr_bp -lr_egg -lr_reg -lr_search -lr_syscall -lr_diff -lr_socket -lr_fs @LIBMAGIC@
|
||||
Cflags: -I${includedir}/libr
|
||||
|
@ -1,11 +0,0 @@
|
||||
prefix=@PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=@LIBDIR@
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: r_sign
|
||||
Description: radare foundation libraries
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs: -L${libdir} -lr_sign -lr_util -lr_anal
|
||||
Cflags: -I${includedir}/libr
|
Loading…
x
Reference in New Issue
Block a user