aboutsummaryrefslogtreecommitdiff
path: root/libs/apr/patches/301-apr-fix-off_t-size-doesn-t-match-in-glibc-when-cross.patch
Commit message (Collapse)AuthorAge
* apr: Fix several format sizesRosen Penev2018-10-31
The configure script assumes that several sizes are 64-bit when cross compiling. Backport a patch from the Yotco project to fix this. Fixes apache compilation issue as Apache passes -Werror. Signed-off-by: Rosen Penev <rosenp@gmail.com>