diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-10-05 19:38:49 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-26 22:17:19 +0100 |
commit | aac552e61fb7ff8cbae3d615dcf17e9335996e00 (patch) | |
tree | 296d94207fc41b78911f761effe6a8a0af760be5 /package/php/php.mk | |
parent | 2875ec9124f0ae3a3da45de9d3169fc74c505692 (diff) | |
download | buildroot-aac552e61fb7ff8cbae3d615dcf17e9335996e00.tar.gz buildroot-aac552e61fb7ff8cbae3d615dcf17e9335996e00.zip |
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>
Diffstat (limited to 'package/php/php.mk')
0 files changed, 0 insertions, 0 deletions