nixpkgs/pkgs
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
..
applications Adding a new version of the gcc-wrapper, named gcc-wrapper2, in order not to rebuild 2009-12-10 22:19:52 +00:00
build-support Adding a new version of the gcc-wrapper, named gcc-wrapper2, in order not to rebuild 2009-12-10 22:19:52 +00:00
configs/etc
data Updating the libstdc++ man pages to 4.4.0. We have gcc-4.3.4 in trunk, but I don't think it will be any annoyance. 2009-12-10 08:12:49 +00:00
desktops Massive KDE upgrade: 2009-12-02 10:51:33 +00:00
development Adding a new version of the gcc-wrapper, named gcc-wrapper2, in order not to rebuild 2009-12-10 22:19:52 +00:00
games Update xboard 2009-12-10 06:55:12 +00:00
lib nixpkgs lib: adding haskell's take 2009-12-08 21:47:14 +00:00
misc * Refactoring: move most filesystem utilities / FUSE filesystems to 2009-12-04 15:39:49 +00:00
os-specific * davfs2 updated to 1.4.5. 2009-12-08 13:08:27 +00:00
servers pkgs/servers/x11/xorg/overrides.nix: dropped override for libXaw on Darwin 2009-12-09 15:56:20 +00:00
shells * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
stdenv changes for x86_64-darwin support 2009-11-27 10:56:07 +00:00
test Add a new way to handle option sets. 2008-08-05 17:16:35 +00:00
tools * RPM updated to 4.7.2. 2009-12-09 22:34:51 +00:00
top-level Adding a new version of the gcc-wrapper, named gcc-wrapper2, in order not to rebuild 2009-12-10 22:19:52 +00:00