nixpkgs/pkgs/development/tools
Lluís Batlle i Rossell f3c23487a2 Adding a new version of the gcc-wrapper, named gcc-wrapper2, in order not to rebuild
stdenv.

In this gcc-wrapper2 I made the ld-wrapper.sh to handle the linking with shared
objects through direct pass as ld command arguments of the absolute path to shared
objects, instead of using the -L/-l combinations.

cmake 'FindXXX.cmake' modules make a strong usage of the dynamic linking directly
passing the absolute path to the shared object to the linker, and as our wrapper did
not add any -rpath for those, writting the nix expressions for some cmake packages
resulted in a lot of tricks, compared to using this gcc-wrapper2.

This gcc-wrapper2/ld-wrapper.sh should become the gcc-wrapper/ld-wrapper in a
stdenv update.

I also updated some cmake expressions to use this gcc-wrapper2, and reduced its
tricks.

I also updated the cmake setup-hook for it to make cmake not touch any rpath decided
at build time, when running the 'make install' of makefiles created by cmake.

svn path=/nixpkgs/trunk/; revision=18885
2009-12-10 22:19:52 +00:00
..
analysis * Doh. 2009-09-23 19:50:31 +00:00
build-managers Adding a new version of the gcc-wrapper, named gcc-wrapper2, in order not to rebuild 2009-12-10 22:19:52 +00:00
cdecl Making cdecl compile with readline. 2009-04-08 10:09:14 +00:00
documentation Updating doxygen from 1.5.8 to 1.6.1 2009-11-04 14:58:39 +00:00
guile G-Wrap 1.9.13. 2009-10-29 11:23:10 +00:00
haskell Version bumps for a number of Haskell packages. 2009-09-14 08:35:39 +00:00
java Add FastJar. 2009-07-27 10:43:20 +00:00
literate-programming/noweb * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
misc Update Automake (CVE-2009-4029 security fix). 2009-12-10 20:54:58 +00:00
ocaml/camlp5 Updated Coq to version 8.2pl1 2009-11-02 11:44:27 +00:00
parsing New Haskell Platform release. 2009-06-03 08:44:41 +00:00
profiling * Improved a bunch of "name" attributes (mostly missing version 2009-10-28 14:06:56 +00:00
selenium/remote-control downgrade selenium-rc to rev 2450. The newer one is buggy (Neither allows using a FirefoxProfile nor launches Opera) 2009-04-14 12:58:53 +00:00