mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-18 13:19:29 +00:00
* Drop another unused lib (r_crypto)
- Fix debian farm build and reduce compilation times
This commit is contained in:
parent
3b490556f5
commit
18835c0907
@ -8,7 +8,8 @@ PWD=`pwd`
|
||||
|
||||
# Libraries
|
||||
LIBLIST=util socket cons line lib io lang flags bin hash config syscall cmd
|
||||
LIBLIST+=reg asm diff anal print parse search bp sign db crypto debug fs core
|
||||
LIBLIST+=reg asm diff anal print parse search bp sign db debug fs core
|
||||
#DEPRECATED APIS : LIBLIST+=th crypto
|
||||
# sysproxy ... common wat du?
|
||||
|
||||
all: libs
|
||||
|
@ -3,7 +3,7 @@ include ../../config.mk
|
||||
CFLAGS+=-I../../include -I../arch/ -I../arch/include -Wall -shared -fPIC ${LDFLAGS_LIB} ${LDFLAGS_LINKPATH}..
|
||||
# XXX
|
||||
CFLAGS+=-DLIL_ENDIAN=1
|
||||
CFLAGS+=-L../../util -lr_util
|
||||
CFLAGS+=-L../../util -lr_util -L../../lib
|
||||
LDFLAGS+=${LINK}
|
||||
|
||||
foo: all
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* */
|
||||
#include <r_lib.h>
|
||||
#include <r_crypto.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user