|
Lines 27-33
Link Here
|
| 27 |
NDBM "Enable NDBM support in apr-util" off \ |
27 |
NDBM "Enable NDBM support in apr-util" off \ |
| 28 |
PGSQL "Enable Postgresql suport in apr-util" off \ |
28 |
PGSQL "Enable Postgresql suport in apr-util" off \ |
| 29 |
SQLITE "Enable SQLite3 support in apr-util" off \ |
29 |
SQLITE "Enable SQLite3 support in apr-util" off \ |
| 30 |
EGD "Use EGD compatible sockets in apr" off \ |
|
|
| 31 |
DEVRANDOM "Use /dev/random or compatible in apr" off |
30 |
DEVRANDOM "Use /dev/random or compatible in apr" off |
| 32 |
|
31 |
|
| 33 |
APR_VERSION= 1.4.2 |
32 |
APR_VERSION= 1.4.2 |
|
Lines 80-96
Link Here
|
| 80 |
.endif |
79 |
.endif |
| 81 |
.endif |
80 |
.endif |
| 82 |
|
81 |
|
| 83 |
.if defined(WITHOUT_EGD) |
|
|
| 84 |
APR_CONF_ARGS+= --without-egd |
| 85 |
.else |
| 86 |
APR_CONF_ARGS+= --with-egd |
| 87 |
.if defined(PKGNAMESUFFIX) |
| 88 |
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-egd |
| 89 |
.else |
| 90 |
PKGNAMESUFFIX= -egd |
| 91 |
.endif |
| 92 |
.endif |
| 93 |
|
| 94 |
.if defined(WITHOUT_DEVRANDOM) |
82 |
.if defined(WITHOUT_DEVRANDOM) |
| 95 |
APR_CONF_ARGS+= --without-devrandom |
83 |
APR_CONF_ARGS+= --without-devrandom |
| 96 |
.else |
84 |
.else |