summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Update READMEEelco Dolstra2019-03-281-3/+14
|
* Mention --set-soname in READMEAdam Trhoň2017-12-121-0/+4
| | | Changing shared library SONAME is not a usual task and patchelf may be the only utility that can do it. As README does not mention this feature at all, one can easily miss it when searching for a suitable tool.
* added compillation steps on READMEBernardo Ramos2017-06-131-0/+10
| | | It is lacking info on how to run the tests
* Fix typosJakub Wilk2017-04-041-1/+1
|
* Add '--allowed-rpath-prefixes' option to '--shrink-rpath'Tuomas Tynkkynen2016-06-031-0/+8
| | | | | | | | | | | | | | | | | | Fixes #97. In essence, the problem is that some packages in Nixpkgs have RPATHs pointing to both $NIX_BUILD_TOP and $out, e.g.: /tmp/nix-build-openldap-2.4.44.drv-0/openldap-2.4.44/libraries/libldap_r/.libs /tmp/nix-build-openldap-2.4.44.drv-0/openldap-2.4.44/libraries/liblber/.libs /nix/store/bfkmdxmv3a3f0g3d2q8jkdz2wam93c5z-openldap-2.4.44/lib /nix/store/bfkmdxmv3a3f0g3d2q8jkdz2wam93c5z-openldap-2.4.44/lib64 Currently, running `patchelf --shrink-rpath` does the wrong thing by keeping the /tmp/ paths and deleting the /nix/store ones. Now we can fix the problem by using patchelf --shrink-rpath --allowed-rpath-prefixes $NIX_STORE_DIR in the Nixpkgs fixupPhase instead.
* Update README0.9Eelco Dolstra2016-02-291-1/+13
|
* StyleEelco Dolstra2014-07-291-3/+6
|
* Merge branch 'master' of github.com:rgcjonas/patchelfEelco Dolstra2014-04-241-0/+10
|\
| * Add ability to add and replace DT_NEEDED entriesJonas Kuemmerlin2013-04-281-0/+10
| |
* | Update version0.8Eelco Dolstra2014-01-141-0/+4
| |
* | Prepare 0.7 release0.7Eelco Dolstra2014-01-071-1/+1
|/
* Add ‘--remove-needed’ optionEelco Dolstra2013-01-161-1/+10
| | | | | | | This allows removing the specified DT_NEEDED entries from the dynamic section. Closes #4.
* Update READMEEelco Dolstra2012-08-211-0/+5
|
* * Update the README for PatchELF 0.6.0.6Eelco Dolstra2011-11-071-1/+3
|
* * Added a manual page contributed by Jeremy SandersEelco Dolstra2010-06-101-0/+8
| | | | | <jeremy@jeremysanders.net>.
* * 0.5 notes.Eelco Dolstra2009-11-041-0/+6
|
* * Updated the license to GPLv3.Eelco Dolstra2009-10-141-2/+17
|
* * Typo fix.Eelco Dolstra2008-11-121-1/+1
| | | | | * Install the README.
* * Update URL.Eelco Dolstra2008-08-291-1/+1
|
* (no commit message)Eelco Dolstra2008-06-041-3/+3
|
* * Update the README.Eelco Dolstra2008-05-281-3/+2
|
* * Support DT_RUNPATH (in fact, prefer DT_RUNPATH over DT_RPATH unlessEelco Dolstra2008-05-271-3/+22
| | | | | --force-rpath is set).
* * Updated the release history.Eelco Dolstra2007-05-241-6/+8
|
* * Dummy commit.Eelco Dolstra2007-03-191-0/+1
|
* * Support big endian binaries (such as on powerpc-linux).Eelco Dolstra2007-01-311-0/+2
|
* (no commit message)Eelco Dolstra2007-01-311-0/+4
|
* * --shrink-rpath doesn't take an argument.Eelco Dolstra2007-01-181-1/+1
|
* * Mark as stable.Eelco Dolstra2007-01-151-1/+1
|
* * Release notes.Eelco Dolstra2007-01-151-0/+12
|
* * `--interpreter' -> `--set-interpreter'.Eelco Dolstra2005-10-111-1/+1
|
* * Add a README and a license.Eelco Dolstra2005-10-111-0/+37