Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 102587 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- apr-0.9.6-r3.ebuild 2005-07-12 21:35:30.000000000 -0700
0
++ apr-0.9.6-r4.ebuild 2005-08-24 12:04:30.000000000 -0700
Lines 24-30 Link Here
24
       myconf="${myconf} $(use_enable ipv6)"
24
       myconf="${myconf} $(use_enable ipv6)"
25
       myconf="${myconf} --enable-threads"
25
       myconf="${myconf} --enable-threads"
26
       myconf="${myconf} --enable-nonportable-atomics"
26
       myconf="${myconf} --enable-nonportable-atomics"
27
       myconf="${myconf} --with-devrandom=/dev/random"
27
       myconf="${myconf} --with-devrandom=/dev/urandom"
28
       econf ${myconf} || die
28
       econf ${myconf} || die
29
       emake || die
29
       emake || die

Return to bug 102587