19.11.2014 01:17, Mattia Rizzolo wrote: > On Tue Nov 18 2014 at 11:09:15 PM Michael Tokarev <[email protected] > <mailto:[email protected]>> wrote: > > This is sort of insane - using dpkg-dev just to get current > architecture. dpkg-dev pulls in binutils, some perl stuff, > patch, others -- 27 extra megabytes. I use it on systems > with a highly space-constrained flash-based storage > > If you are really space constrained I can't get why you are using eatmydata > and not the libeatmydata1 library directly.
I created a tiny /usr/bin/eatmydata script which contains just 2 lines: #! /bin/sh LD_PRELOAD="libeatmydata.so $LD_PRELOAD" exec "$@" This one works fine and does not require dpkg-dev. Using LD_PRELOAD variable directly is just inconvinient, `eatmydata' prefix is much nicer, easier to remember and to read. [] > Anyway, don't worry. It will go away in the two next uploads. Thank you! /mjt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

