View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +1 lines)
 Lines 24-30    Link Here 
       myconf="${myconf} $(use_enable ipv6)"
       myconf="${myconf} $(use_enable ipv6)"
       myconf="${myconf} --enable-threads"
       myconf="${myconf} --enable-threads"
       myconf="${myconf} --enable-nonportable-atomics"
       myconf="${myconf} --enable-nonportable-atomics"
       myconf="${myconf} --with-devrandom=/dev/random"
       myconf="${myconf} --with-devrandom=/dev/urandom"
       econf ${myconf} || die
       econf ${myconf} || die
       emake || die
       emake || die