]> git.proxmox.com Git - rustc.git/commit - debian/rules
Replace compile-time dylibs with symlinks to run-time
authorAngus Lees <gus@inodes.org>
Thu, 16 Apr 2015 10:58:21 +0000 (20:58 +1000)
committerAngus Lees <gus@inodes.org>
Mon, 20 Apr 2015 07:21:01 +0000 (17:21 +1000)
commit1261b4b365bb3d01e97774e9519b5b06b026654f
treed084f9035bb23ad3dcb1e035bbed2157d7cae107
parentd75d48d616d4ebd4c9c23c527891b88857775a59
Replace compile-time dylibs with symlinks to run-time

Dylibs (lib*.so) are installed both into $prefix/lib/rustlib/$triple/lib
for use at compile/link time by rustc, and into $prefix/lib for later
use at runtime by ld.so.  The files are not byte-for-byte identical
since they come from different stages of the compiler build, but they
are expected to be functionally equivalent.

This change simply replaces one set with symlinks to the other, reducing
installed size by about 68MB.
debian/changelog
debian/rules