|
|
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 |