Skip to content

Commit

Permalink
Remove missing r_lib references
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 18, 2014
1 parent 71d38bf commit 2d3eb2a
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions doc/iphone.md
Expand Up @@ -42,9 +42,9 @@ Usage
export DYLD_LIBRARY_PATH=${R2DIR}/lib
r2 ...

ARM7 SDK
========
From comstar
Building with the ARMv7 SDK
===========================
From coolstar repo we get the ios toolchain

apt-get coreutils install wget inetutils
apt-get install basename git make expat
Expand Down
2 changes: 1 addition & 1 deletion pkgcfg/r_anal.pc.acr
Expand Up @@ -7,5 +7,5 @@ Name: r_anal
Description: radare foundation libraries
Version: @VERSION@
Requires:
Libs: -L${libdir} -lr_anal -lr_util -lr_db -lr_lib -lr_reg -lr_syscall -lr_diff
Libs: -L${libdir} -lr_anal -lr_util -lr_db -lr_reg -lr_syscall -lr_diff
Cflags: -I${includedir}/libr
2 changes: 1 addition & 1 deletion pkgcfg/r_asm.pc.acr
Expand Up @@ -7,5 +7,5 @@ Name: r_asm
Description: radare foundation libraries
Version: @VERSION@
Requires:
Libs: -L${libdir} -lr_asm -lr_lib -lr_util -lr_parse -lr_db -lr_syscall
Libs: -L${libdir} -lr_asm -lr_util -lr_parse -lr_db -lr_syscall
Cflags: -I${includedir}/libr
2 changes: 1 addition & 1 deletion pkgcfg/r_bin.pc.acr
Expand Up @@ -7,5 +7,5 @@ Name: r_bin
Description: radare foundation libraries
Version: @VERSION@
Requires:
Libs: -L${libdir} -lr_bin -lr_lib -lr_util
Libs: -L${libdir} -lr_bin -lr_util
Cflags: -I${includedir}/libr
2 changes: 1 addition & 1 deletion pkgcfg/r_cmd.pc.acr
Expand Up @@ -7,5 +7,5 @@ Name: r_cmd
Description: radare foundation libraries
Version: @VERSION@
Requires:
Libs: -L${libdir} -lr_cmd -lr_util -lr_lib -lr_cons
Libs: -L${libdir} -lr_cmd -lr_util -lr_cons
Cflags: -I${includedir}/libr
2 changes: 1 addition & 1 deletion pkgcfg/r_core.pc.acr
Expand Up @@ -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_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_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
2 changes: 1 addition & 1 deletion pkgcfg/r_fs.pc.acr
Expand Up @@ -7,5 +7,5 @@ Name: r_fs
Description: radare foundation libraries
Version: @VERSION@
Requires:
Libs: -L${libdir} -lr_fs -lr_lib -lr_util -lr_io
Libs: -L${libdir} -lr_fs -lr_util -lr_io
Cflags: -I${includedir}/libr
2 changes: 1 addition & 1 deletion pkgcfg/r_io.pc.acr
Expand Up @@ -7,5 +7,5 @@ Name: r_io
Description: radare foundation libraries
Version: @VERSION@
Requires:
Libs: -L${libdir} -lr_io -lr_lib -lr_util -lr_socket -lr_cons
Libs: -L${libdir} -lr_io -lr_util -lr_socket -lr_cons
Cflags: -I${includedir}/libr
2 changes: 1 addition & 1 deletion pkgcfg/r_lang.pc.acr
Expand Up @@ -7,5 +7,5 @@ Name: r_lang
Description: radare foundation libraries
Version: @VERSION@
Requires:
Libs: -L${libdir} -lr_lang -lr_util -lr_lib -lr_cons
Libs: -L${libdir} -lr_lang -lr_util -lr_cons
Cflags: -I${includedir}/libr
2 changes: 1 addition & 1 deletion pkgcfg/r_parse.pc.acr
Expand Up @@ -7,5 +7,5 @@ Name: r_parse
Description: radare foundation libraries
Version: @VERSION@
Requires:
Libs: -L${libdir} -lr_parse -lr_lib -lr_flags -lr_util -lr_anal
Libs: -L${libdir} -lr_parse -lr_flags -lr_util -lr_anal
Cflags: -I${includedir}/libr

0 comments on commit 2d3eb2a

Please sign in to comment.