doc: Explain $LIB in LD_PRELOAD in gitian descriptors

This commit is contained in:
MarcoFalke 2019-11-12 12:10:54 -05:00
parent fab9850ef4
commit 333362991c
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
3 changed files with 3 additions and 0 deletions

View file

@ -59,6 +59,7 @@ script: |
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
fi
# Use $LIB in LD_PRELOAD to avoid hardcoding the dir (See `man ld.so`)
function create_global_faketime_wrappers {
for prog in ${FAKETIME_PROGS}; do
echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${prog}

View file

@ -55,6 +55,7 @@ script: |
export ZERO_AR_DATE=1
# Use $LIB in LD_PRELOAD to avoid hardcoding the dir (See `man ld.so`)
function create_global_faketime_wrappers {
for prog in ${FAKETIME_PROGS}; do
echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${prog}

View file

@ -48,6 +48,7 @@ script: |
mkdir -p ${BASE_CACHE} ${SOURCES_PATH}
fi
# Use $LIB in LD_PRELOAD to avoid hardcoding the dir (See `man ld.so`)
function create_global_faketime_wrappers {
for prog in ${FAKETIME_PROGS}; do
echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${prog}