chiark / gitweb /
busybox: Update from 1.28.2 to 1.28.3
[termux-packages] / packages / radare2 / mk-termux-host.mk.patch
1 diff -u -r ../radare2-2.4.0/mk/termux-host.mk ./mk/termux-host.mk
2 --- ../radare2-2.4.0/mk/termux-host.mk  2018-03-05 17:12:35.000000000 +0000
3 +++ ./mk/termux-host.mk 2018-03-07 10:00:57.076202764 +0000
4 @@ -3,6 +3,7 @@
5  #RANLIB=ndk-ranlib
6  USERCC=gcc -fPIC -fPIE
7  CC_AR=${AR} -r ${LIBAR}
8 +PARTIALLD=${LD} -r --whole-archive
9  
10  ONELIB=0
11  OSTYPE=android