Diff apr-1.7.2-r1 with a apr-1.7.3
/usr/portage/dev-libs/apr/apr-1.7.3.ebuild 2023-10-09 14:52:29.488368350 +0300 | ||
---|---|---|
95 | 95 | |
96 | 96 |
if use urandom; then |
97 | 97 |
myconf+=( --with-devrandom=/dev/urandom ) |
98 |
else |
|
99 | 98 |
myconf+=( --with-devrandom=/dev/random ) |
100 | 99 |
fi |
101 | 100 |