[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Remove unused patchelf inputs
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] Remove unused patchelf inputs |
Date: |
Mon, 23 Mar 2015 10:22:30 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Mark H Weaver <address@hidden> skribis:
> I was puzzled to find three occurrences of 'patchelf' in packages that
> do not appear to use it. The packages build successfully with this
> patch, and I don't see any missing rpaths in the resulting outputs. I
> also don't see anything that would use 'patchelf' in those packages.
>
> Am I missing something?
This patch looks good to me. For libssh, for instance, ‘patchelf’ is a
leftover from a time when it was used to fiddle with the RUNPATH of
libssh (commit deed349.) Same for lapack (commit 57e544e8.)
This special RUNPATH-handling code was removed by 06ed598.
Thank you,
Ludo’.