apr-util-01-remove-checkapr.patch 743 B

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