aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libsbutil: find libsandbox.so in non-standard pathsMike Frysinger2009-01-261-1/+11
| | | | | | | | | | If installing sandbox into a non-standard location (and the library ends up in a non-standard path where the ELF loader does not search), then set the LD_PRELOAD variable to the full path. URL: http://bugs.gentoo.org/254358 Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reported-by: Jeremy Olexa <darkside@gentoo.org>
* libsbutil: make sure we always let the ldso do the libsandbox searchMike Frysinger2008-11-091-4/+4
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* headers.h: consolidate all random system includes into one fileMike Frysinger2008-11-091-3/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-091-19/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* cleanup style a bit and drop multilib codeMike Frysinger2007-04-191-5/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Split out util functions.Martin Schlemmer2006-07-131-0/+48
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>