about summary refs log tree commit diff
path: root/maintainers/scripts/patchelf-hints.sh
Commit message (Collapse)AuthorAge
* rename occurrences of cc.gcc to cc.ccEric Seidel2015-01-14
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* Fix hard-coded value to access gcc libraries.Nicolas Pierron2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17093
* Add a script which generates patchelf command for binary distribution.Nicolas Pierron2009-09-13
This script use your local Nix store to find occurences of similar libraries name and generate a patchelf command based on the package name found inside your Nix store. svn path=/nixpkgs/trunk/; revision=17089