You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
350 B

diff -u -r ../radare2-2.4.0/mk/termux-host.mk ./mk/termux-host.mk
--- ../radare2-2.4.0/mk/termux-host.mk 2018-03-05 17:12:35.000000000 +0000
+++ ./mk/termux-host.mk 2018-03-07 10:00:57.076202764 +0000
@@ -3,6 +3,7 @@
#RANLIB=ndk-ranlib
USERCC=gcc -fPIC -fPIE
CC_AR=${AR} -r ${LIBAR}
+PARTIALLD=${LD} -r --whole-archive
ONELIB=0
OSTYPE=android