|
Revision 3861, 397 bytes
(checked in by sumsum, 3 years ago)
|
Update Apache Portable Runtime to the newest version.
This is required for subversion 1.6.x
configureargs are required for cross compile here *and* in subversion.
|
| Line | |
|---|
| 1 |
config FWRT_PACKAGE_APR |
|---|
| 2 |
prompt "apr............................... Apache Portable Runtime" |
|---|
| 3 |
tristate |
|---|
| 4 |
default n |
|---|
| 5 |
help |
|---|
| 6 |
Apache Portable Runtime |
|---|
| 7 |
|
|---|
| 8 |
http://apr.apache.org |
|---|
| 9 |
|
|---|
| 10 |
config FWRT_PACKAGE_APR_THREADING |
|---|
| 11 |
prompt " Enable threading support" |
|---|
| 12 |
bool |
|---|
| 13 |
default n |
|---|
| 14 |
depends FWRT_PACKAGE_APR |
|---|
| 15 |
select FWRT_PACKAGE_LIBPTHREAD |
|---|
| 16 |
help |
|---|
| 17 |
Enable threading support in APR. |
|---|