Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+6 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Allow overriding pagesize at runtime via a command-line argument | Felipe Sateler | 2016-01-15 | 1 | -0/+3 |
| | |||||
* | Document three missing commands in manpage | darealshinji | 2015-07-24 | 1 | -0/+10 |
| | | | | | --print-soname --set-soname --remove-rpath | ||||
* | man page: add docs for two options from readme | Vladimír Čunát | 2015-06-23 | 1 | -0/+8 |
| | | | | Reported on ML by tjernlund@tjernlund.se. | ||||
* | Add option --no-default-lib | Changli Gao | 2014-10-22 | 1 | -0/+4 |
| | | | | | Marks the object that the search for dependencies of this object will ignore any default library search paths. | ||||
* | Merge branch 'document-remove-needed' of github.com:fsateler/patchelf | Eelco Dolstra | 2014-04-24 | 1 | -3/+3 |
|\ | | | | | | | | | Conflicts: patchelf.1 | ||||
| * | Document --remove-needed in manpage | Felipe Sateler | 2014-03-18 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'manpage-typo' of github.com:fsateler/patchelf | Eelco Dolstra | 2014-04-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix typo in manpage | Felipe Sateler | 2014-03-28 | 1 | -1/+1 |
| |/ | |||||
* | | Add --remove-needed to manpage. | David Sveningsson | 2013-12-17 | 1 | -0/+4 |
|/ | |||||
* | * Added a manual page contributed by Jeremy Sanders | Eelco Dolstra | 2010-06-10 | 1 | -0/+63 |
<jeremy@jeremysanders.net>. |