summaryrefslogtreecommitdiffstats
path: root/rules/apr-util.in
blob: 6f73ae3f13d5ebf73fa3a1d5746997fb0f9c31d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=staging
## old section:
### SECTION=networking

config APR_UTIL
	tristate
	select APR
	select HOST_APR_UTIL
	select EXPAT
	prompt "apr-util"
	help
	  APR is Apache's Portable Runtime Library, designed to be a
	  support library that provides a predictable and consistent
	  interface to underlying platform-specific implementations.
	  APR Util is a utilities library implemented on top of apr,
	  providing database access, xml parsing, and other useful
	  functionality.

	  STAGING: remove in ptxdist-2019.03.0
	  Really old version that needs updating.