add autoPatchelfIgnoreMissingDeps to auto-patchelf.sh
This commit is contained in:
committed by
Frederik Rietdijk
parent
9c3a585731
commit
c8c09b7dda
@@ -141,7 +141,7 @@ autoPatchelfFile() {
|
||||
# This makes sure the builder fails if we didn't find a dependency, because
|
||||
# the stdenv setup script is run with set -e. The actual error is emitted
|
||||
# earlier in the previous loop.
|
||||
[ $depNotFound -eq 0 ]
|
||||
[ $depNotFound -eq 0 -o -n "$autoPatchelfIgnoreMissingDeps" ]
|
||||
|
||||
if [ -n "$rpath" ]; then
|
||||
echo "setting RPATH to: $rpath" >&2
|
||||
|
||||
Reference in New Issue
Block a user