Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README: markdown | Domen Kožar | 2020-05-28 | 1 | -183/+0 |
| | |||||
* | Update README | Eelco Dolstra | 2019-03-28 | 1 | -3/+14 |
| | |||||
* | Mention --set-soname in README | Adam Trhoň | 2017-12-12 | 1 | -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 README | Bernardo Ramos | 2017-06-13 | 1 | -0/+10 |
| | | | It is lacking info on how to run the tests | ||||
* | Fix typos | Jakub Wilk | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | Add '--allowed-rpath-prefixes' option to '--shrink-rpath' | Tuomas Tynkkynen | 2016-06-03 | 1 | -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.9 | Eelco Dolstra | 2016-02-29 | 1 | -1/+13 |
| | |||||
* | Style | Eelco Dolstra | 2014-07-29 | 1 | -3/+6 |
| | |||||
* | Merge branch 'master' of github.com:rgcjonas/patchelf | Eelco Dolstra | 2014-04-24 | 1 | -0/+10 |
|\ | |||||
| * | Add ability to add and replace DT_NEEDED entries | Jonas Kuemmerlin | 2013-04-28 | 1 | -0/+10 |
| | | |||||
* | | Update version0.8 | Eelco Dolstra | 2014-01-14 | 1 | -0/+4 |
| | | |||||
* | | Prepare 0.7 release0.7 | Eelco Dolstra | 2014-01-07 | 1 | -1/+1 |
|/ | |||||
* | Add ‘--remove-needed’ option | Eelco Dolstra | 2013-01-16 | 1 | -1/+10 |
| | | | | | | | This allows removing the specified DT_NEEDED entries from the dynamic section. Closes #4. | ||||
* | Update README | Eelco Dolstra | 2012-08-21 | 1 | -0/+5 |
| | |||||
* | * Update the README for PatchELF 0.6.0.6 | Eelco Dolstra | 2011-11-07 | 1 | -1/+3 |
| | |||||
* | * Added a manual page contributed by Jeremy Sanders | Eelco Dolstra | 2010-06-10 | 1 | -0/+8 |
| | | | | | <jeremy@jeremysanders.net>. | ||||
* | * 0.5 notes. | Eelco Dolstra | 2009-11-04 | 1 | -0/+6 |
| | |||||
* | * Updated the license to GPLv3. | Eelco Dolstra | 2009-10-14 | 1 | -2/+17 |
| | |||||
* | * Typo fix. | Eelco Dolstra | 2008-11-12 | 1 | -1/+1 |
| | | | | | * Install the README. | ||||
* | * Update URL. | Eelco Dolstra | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | (no commit message) | Eelco Dolstra | 2008-06-04 | 1 | -3/+3 |
| | |||||
* | * Update the README. | Eelco Dolstra | 2008-05-28 | 1 | -3/+2 |
| | |||||
* | * Support DT_RUNPATH (in fact, prefer DT_RUNPATH over DT_RPATH unless | Eelco Dolstra | 2008-05-27 | 1 | -3/+22 |
| | | | | | --force-rpath is set). | ||||
* | * Updated the release history. | Eelco Dolstra | 2007-05-24 | 1 | -6/+8 |
| | |||||
* | * Dummy commit. | Eelco Dolstra | 2007-03-19 | 1 | -0/+1 |
| | |||||
* | * Support big endian binaries (such as on powerpc-linux). | Eelco Dolstra | 2007-01-31 | 1 | -0/+2 |
| | |||||
* | (no commit message) | Eelco Dolstra | 2007-01-31 | 1 | -0/+4 |
| | |||||
* | * --shrink-rpath doesn't take an argument. | Eelco Dolstra | 2007-01-18 | 1 | -1/+1 |
| | |||||
* | * Mark as stable. | Eelco Dolstra | 2007-01-15 | 1 | -1/+1 |
| | |||||
* | * Release notes. | Eelco Dolstra | 2007-01-15 | 1 | -0/+12 |
| | |||||
* | * `--interpreter' -> `--set-interpreter'. | Eelco Dolstra | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | * Add a README and a license. | Eelco Dolstra | 2005-10-11 | 1 | -0/+37 |