34 lines
841 B
Diff
34 lines
841 B
Diff
From: <tfheen@debian.org>
|
|
Subject: No description.
|
|
|
|
---
|
|
apr-config.in | 8 ++------
|
|
1 file changed, 2 insertions(+), 6 deletions(-)
|
|
|
|
Index: apr/apr-config.in
|
|
===================================================================
|
|
--- apr.orig/apr-config.in
|
|
+++ apr/apr-config.in
|
|
@@ -39,7 +39,7 @@
|
|
LIBS="@EXTRA_LIBS@"
|
|
EXTRA_INCLUDES="@EXTRA_INCLUDES@"
|
|
SHLIBPATH_VAR="@shlibpath_var@"
|
|
-APR_SOURCE_DIR="@apr_srcdir@"
|
|
+APR_SOURCE_DIR="$(cd @installbuilddir@/.. ; pwd)"
|
|
APR_BUILD_DIR="@apr_builddir@"
|
|
APR_SO_EXT="@so_ext@"
|
|
APR_LIB_TARGET="@export_lib_target@"
|
|
@@ -223,11 +223,7 @@
|
|
exit 0
|
|
;;
|
|
--apr-libtool)
|
|
- if test "$location" = "installed"; then
|
|
- echo "${installbuilddir}/libtool"
|
|
- else
|
|
- echo "$APR_BUILD_DIR/libtool"
|
|
- fi
|
|
+ echo "$installbuilddir/libtool"
|
|
exit 0
|
|
;;
|
|
--help)
|