fixed coverity issue and removal of r_sign.pc.acr in pkgcfg as a dep

This commit is contained in:
Adam Pridgen 2014-01-04 19:17:13 -06:00
parent a4d0f03999
commit 31ba2e8e16
3 changed files with 2 additions and 13 deletions

View File

@ -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) {

View File

@ -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

View File

@ -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