about summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks/auto-patchelf.sh
AgeCommit message (Expand)AuthorFilesLines
2022-04-15autoPatchelfHook: fix precise dependency ignoranceLin Yinfeng1-3/+4
2022-04-11autoPatchelfHook: more precise dependency ignoranceSamuel Ainsworth1-1/+8
2022-02-04rewrite autoPatchelfHook in python (#149731)Guillaume Maudoux1-314/+17
2021-09-18autoPatchelfHook: fix packages that use stdenvNoCCNoah Fontes1-2/+2
2021-09-18autoPatchelfHook: improve arch/ABI compatibilityNoah Fontes1-10/+78
2021-09-12autoPatchelfHook: fix detection under crossSystemNoah Fontes1-24/+71
2021-07-19stdenv: add link to clarifyhappysalada1-0/+1
2020-12-25autoPatchelf: add comment why ignore failing ldd/sedDavHau1-0/+2
2020-12-25autoPatchelfHook: fix shellcheck errorsDavHau1-6/+15
2020-12-25autoPatchelfHook: fix bug introduced by #101142DavHau1-2/+1
2020-11-07improve things shellcheck complains aboutDavHau1-5/+5
2020-10-26autoPatchelfHook: fix typos in commentsDavHau1-2/+2
2020-10-23autoPatchelfHook: store dependant for dependencyDavHau1-1/+1
2020-10-23autoPatchelfHook: print dependant for missing depsDavHau1-1/+1
2020-10-22Apply suggestions from code reviewDavHau1-2/+2
2020-10-20autoPatchelfHook: optimize performance, better error handlingDavHau1-27/+45
2020-06-22add autoPatchelfIgnoreMissingDeps to auto-patchelf.shDavHau1-1/+1
2020-04-06setup-hooks/auto-patchelf.sh: get prefixed readelfMatthew Bauer1-2/+2
2019-11-01treewide: Make still dont* Variables are optional in most casesJohn Ericson1-1/+1
2019-03-20auto-patchelf: don't use grep -q, as it causes Broken pipe (#56958)Danylo Hlynskyi1-4/+7
2018-11-26autoPatchelfHook: Skip on missing segment headersaszlig1-1/+4
2018-11-26autoPatchelfHook: Fix type of norecurse variableaszlig1-1/+1
2018-11-25autoPatchelfHook: Add addAutoPatchelfSearchPathaszlig1-7/+28
2018-11-20autoPatchelfHook: Add --no-recurse flagaszlig1-3/+23
2018-11-20autoPatchelfHook: Allow to prevent automatic runaszlig1-3/+8
2018-11-19autoPatchelfHook: Make easier to run autoPatchelfaszlig1-3/+3
2018-11-03autoPatchelfHook: Correctly detect PIE binariesaszlig1-2/+11
2018-09-25autoPatchelfHook: Silence errors in isExecutableaszlig1-1/+1
2018-09-25autoPatchelfHook: Only check PT_INTERP on execsaszlig1-2/+4
2018-09-23autoPatchelfHook: do not patch statically linked filesJörg Thalheim1-18/+7
2018-07-16autoPatchelfHook: Run after patchelf's setup hookaszlig1-1/+11
2018-06-08autoPatchelfHook: Patch PIC exes/libs as wellaszlig1-0/+1
2018-02-10setup-hooks: Add autoPatchelfHookaszlig1-0/+174