Disable ld.so.preload while building

This commit is contained in:
Serge Schneider
2019-06-07 17:30:05 +01:00
parent afeea46a39
commit 0cdec86026
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash -e
mv "${ROOTFS_DIR}/etc/ld.so.preload" "${ROOTFS_DIR}/etc/ld.so.preload.disabled"