dmalloc 5.4.2 is available
Here's are new ebuilds for 5.3.0 and 5.4.2, with a couple fixes. Changes: - added DESTDIR's to Makefile.in - changed make command to use DESTDIR - added -j1 to MAKEOPTS (there's a "mv aout dmalloc" and "mv aout dmalloc_t" race) The reason for the DESTDIR change is that otherwise when using a profile that passes libdir into configure, it ends up hard-coding the library paths, resulting in sandbox violations. The fpic patch is the same as the 5.3.0 one. I didn't look into the 4.8.2 ebuild at all....
Created attachment 47318 [details, diff] DESTDIR patch for 5.3.0
Created attachment 47319 [details, diff] DESTDIR patch for 5.4.2
Created attachment 47320 [details] revised dmalloc-5.3.0.ebuild
Created attachment 47321 [details] new dmalloc-5.4.2.ebuild
Jeff, just a FYI, almost 1/2 the docs don't get installed with those ebuilds, but that's not entirely your fault as until this morning that's how they were in portage. Upstream moved them to ${S}/docs a release or two it looks like. Anyways, I'll get this committed asap.
Fixed. Thanks much ;)