package/apr: Fix detection of rlimit and large file support
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 5 Oct 2014 17:38:49 +0000 (19:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Oct 2014 21:17:19 +0000 (22:17 +0100)
commitaac552e61fb7ff8cbae3d615dcf17e9335996e00
tree296d94207fc41b78911f761effe6a8a0af760be5
parent2875ec9124f0ae3a3da45de9d3169fc74c505692
package/apr: Fix detection of rlimit and large file support

Snippets from configure log:

before:
checking whether to enable -D_LARGEFILE64_SOURCE... no
...
checking struct rlimit... no

after
checking whether to enable -D_LARGEFILE64_SOURCE... (cached) yes
...
checking struct rlimit... (cached) yes

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/apr/apr.mk