xref: /OK3568_Linux_fs/buildroot/package/apr-util/0001-remove-checkapr.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1remove check apr
2
3this patch removes the check of apr which fails the build
4
5Signed-off-by: Rico Bachmann <bachmann-ahF9wiJNQgNBDgjK7y7TUQ@public.gmane.org>
6---
7v1: disable the check for APU_FIND_APR because the check only looks into folders
8named apr, and our source-tree is called apr-versionnumber (e.g. apr-1.4.6)
9
10diff -rupN apr-util-1.4.1/configure.in apr-util-1.4.1-fix/configure.in
11--- apr-util-1.4.1/configure.in	2009-12-17 20:15:19.000000000 +0100
12+++ apr-util-1.4.1-fix/configure.in	2012-04-24 10:10:32.000000000 +0200
13@@ -99,7 +99,7 @@ fi
14 dnl
15 dnl Find the APR includes directory and (possibly) the source (base) dir.
16 dnl
17-APU_FIND_APR
18+dnl APU_FIND_APR
19
20 dnl
21 dnl even though we use apr_rules.mk for building apr-util, we need
22