termux-packages/packages/radare2/sys-ldconfig.sh.patch

10 lines
341 B
Diff
Raw Normal View History

2019-09-18 15:17:18 +02:00
diff -uNr radare2-3.9.0/sys/ldconfig.sh radare2-3.9.0.mod/sys/ldconfig.sh
--- radare2-3.9.0/sys/ldconfig.sh 2019-09-17 16:31:23.000000000 +0300
+++ radare2-3.9.0.mod/sys/ldconfig.sh 2019-09-18 16:13:09.246804787 +0300
@@ -1,4 +1,5 @@
#!/bin/sh
2019-09-18 15:17:18 +02:00
+exit 0
LD=/etc/ld.so.conf.d
if test -w $LD ; then
if type ldconfig > /dev/null 2>&1 ; then