0002-Revert-Backport-r1872164.-Fix-the-name-of-libtool-wh.patch 1.0 KB

123456789101112131415161718192021222324252627282930
  1. From 0aa7e33372b479a26e5f04dfc4801e24573a8737 Mon Sep 17 00:00:00 2001
  2. From: Graham Leggett <minfrin@apache.org>
  3. Date: Wed, 1 Jan 2020 10:43:39 +0000
  4. Subject: [PATCH] Revert: Backport r1872164. Fix the name of libtool when
  5. cross compiling.
  6. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1872165 13f79535-47bb-0310-9956-ffa450edef68
  7. [Revert upstream commit https://github.com/apache/apr/commit/f82374627b3a6500a7a6cb11e48bcac59bcbb6a1]
  8. Signed-off-by: Peter Seiderer <ps.report@gmx.net>
  9. ---
  10. apr-config.in | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. diff --git a/apr-config.in b/apr-config.in
  13. index bed47ca..4873fc0 100644
  14. --- a/apr-config.in
  15. +++ b/apr-config.in
  16. @@ -246,7 +246,7 @@ while test $# -gt 0; do
  17. if test "$location" = "installed"; then
  18. echo "${installbuilddir}/libtool"
  19. elif test "$location" = "crosscompile"; then
  20. - echo "$APR_TARGET_DIR/${installbuilddir}/libtool"
  21. + echo "$APR_TARGET_DIR/${installbuilddir}/build"
  22. else
  23. echo "$APR_BUILD_DIR/libtool"
  24. fi
  25. --
  26. 2.39.2