mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-01 19:23:04 +00:00
Fix static build (#16926)
This commit is contained in:
parent
efe68424e1
commit
b49609af7f
@ -93,4 +93,5 @@ include ../../shlr/bochs/deps.mk
|
||||
include ../../shlr/grub/deps.mk
|
||||
include ../../shlr/qnx/deps.mk
|
||||
include ../../shlr/ar/deps.mk
|
||||
include ../../shlr/yxml/deps.mk
|
||||
LDFLAGS+=$(LINK)
|
||||
|
@ -1,10 +1,6 @@
|
||||
BIN=rasign2
|
||||
BINDEPS=r_anal r_util r_core r_search r_main
|
||||
LDFLAGS+=$(LINK)
|
||||
|
||||
include ../../libr/main/deps.mk
|
||||
include ../rules.mk
|
||||
#include ../../libr/socket/deps.mk
|
||||
#include ../../shlr/zip/deps.mk
|
||||
#include ../../shlr/gdb/deps.mk
|
||||
#include ../../shlr/bochs/deps.mk
|
||||
#include ../../shlr/qnx/deps.mk
|
||||
|
@ -110,6 +110,7 @@ libr.${EXT_AR}: .libr2
|
||||
ifeq (1,$(WITH_GPL))
|
||||
E+=../shlr/grub/libgrubfs.${EXT_AR}
|
||||
endif
|
||||
E+=../shlr/yxml/libyxml.${EXT_AR}
|
||||
E+=../shlr/ar/libr_ar.${EXT_AR}
|
||||
E+=../shlr/windbg/libr_windbg.${EXT_AR}
|
||||
E+=../shlr/qnx/lib/libqnxr.${EXT_AR}
|
||||
|
@ -396,8 +396,7 @@ SHLRS+=grub/libgrubfs.a
|
||||
SHLRS+=java/libr_java.a
|
||||
SHLRS+=lz4/liblz4.a
|
||||
SHLRS+=qnx/lib/libqnxr.a
|
||||
#SHLRS+=sdb/src/libsdb.a
|
||||
#SHLRS+=tcc/libr_tcc.a
|
||||
SHLRS+=yxml/libyxml.a
|
||||
SHLRS+=windbg/libr_windbg.a
|
||||
SHLRS+=zip/librz.a
|
||||
|
||||
|
1
shlr/yxml/deps.mk
Normal file
1
shlr/yxml/deps.mk
Normal file
@ -0,0 +1 @@
|
||||
LINK+=$(SHLR)/yxml/libyxml.$(EXT_AR)
|
Loading…
x
Reference in New Issue
Block a user