10 lines
341 B
Diff
10 lines
341 B
Diff
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
|
|
+exit 0
|
|
LD=/etc/ld.so.conf.d
|
|
if test -w $LD ; then
|
|
if type ldconfig > /dev/null 2>&1 ; then
|