aboutsummaryrefslogtreecommitdiff
path: root/scripts/wrapper.in
Commit message (Collapse)AuthorAgeFilesLines
* scripts/wrapper.in: Add a comment about readlink not being portable.Titus von Boxberg2010-05-171-0/+5
| | | | Documented that the call to readlink will not work on BSD systems.
* fix wrapper script for symlinksBart vdr. Meulen2009-08-021-2/+3
| | | | | | | | | | | The wrapper script placed around the target binaries when using the companion libraries does not work for symbolic links The wrapper scripts needs to follow the links before calling the actual binary Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> ---
* /devel/gcc-4.4:Yann E. MORIN"2009-06-021-3/+2
| | | | | | | | | | | | - ./configure: check for 'stat', needing to install the tools wrapper - wrapper: make it a POSIX-compliant script, restore relocatability - don't install the wrapper for symlinks -------- diffstat follows -------- /devel/gcc-4.4/configure | 1 1 0 0 + /devel/gcc-4.4/scripts/build/internals.sh | 22 16 6 0 ++++++++++++++++------ /devel/gcc-4.4/scripts/wrapper.in | 5 2 3 0 ++--- 3 files changed, 19 insertions(+), 9 deletions(-)
* /devel/gcc-4.4:Yann E. MORIN"2009-06-021-0/+15
- add a wrapper to correctly set LD_LIBRARY_PATH to find our companion libraries. -------- diffstat follows -------- /devel/gcc-4.4/scripts/build/internals.sh | 19 19 0 0 +++++++++++++++++++ /devel/gcc-4.4/scripts/wrapper.in | 15 15 0 0 +++++++++++++++ 2 files changed, 34 insertions(+)