Fix static sdk build --without-gpl
This commit is contained in:
parent
a7dfcec5cc
commit
ea7e02193d
2 changed files with 4 additions and 0 deletions
|
|
@ -46,7 +46,9 @@ LDFLAGS+=../../libr/hash/libr_hash.a
|
|||
LDFLAGS+=../../libr/bin/libr_bin.a
|
||||
LDFLAGS+=../../libr/util/libr_util.a
|
||||
# extra libs #
|
||||
ifeq (1,$(WITH_GPL))
|
||||
LDFLAGS+=../../shlr/grub/libgrubfs.a
|
||||
endif
|
||||
LDFLAGS+=../../shlr/capstone/libcapstone.a
|
||||
LDFLAGS+=../../shlr/sdb/src/libsdb.a
|
||||
LDFLAGS+=../../shlr/gdb/lib/libgdbr.a
|
||||
|
|
|
|||
|
|
@ -25,7 +25,9 @@ ifeq ($(WITHNONPIC),1)
|
|||
## LDFLAGS+=$(addsuffix /lib${BINDEPS}.a,$(addprefix ../../libr/,$(subst r_,,$(BINDEPS))))
|
||||
LDFLAGS+=$(shell for a in ${BINDEPS} ; do b=`echo $$a |sed -e s,r_,,g`; echo ../../libr/$$b/lib$$a.${EXT_AR} ; done )
|
||||
LDFLAGS+=../../shlr/sdb/src/libsdb.a
|
||||
ifeq (1,$(WITH_GPL))
|
||||
LDFLAGS+=../../shlr/grub/libgrubfs.a
|
||||
endif
|
||||
LDFLAGS+=../../shlr/gdb/lib/libgdbr.a
|
||||
LDFLAGS+=../../shlr/windbg/libr_windbg.a
|
||||
LDFLAGS+=../../shlr/capstone/libcapstone.a
|
||||
|
|
|
|||
Loading…
Reference in a new issue