Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3238 - dmalloc ebuild is somewhat wrong
Summary: dmalloc ebuild is somewhat wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jon Nelson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-30 15:48 UTC by Jon Nelson (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Nelson (RETIRED) 2002-05-30 15:48:48 UTC
use
        --enable-threads \
        --enable-shlib
not
 --with-blah
Comment 1 SpanKY gentoo-dev 2002-06-03 19:33:49 UTC
my dmalloc says: 
 
src_compile() { 
        econf --with-shlibs || die 
        emake all threads shlib tests || die "emake failed" 
} 
 
so either they fixed it (which means this bug should be closed) or you have an 
odd dmalloc ebuild 
Comment 2 Jon Nelson (RETIRED) 2002-06-05 21:35:33 UTC
Fixed to use --enable-threads and --enable-shlib instead of --with-shlib