summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/subversion/subversion/neon-detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion/neon-detection.patch')
-rw-r--r--meta/recipes-devtools/subversion/subversion/neon-detection.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion/neon-detection.patch b/meta/recipes-devtools/subversion/subversion/neon-detection.patch
new file mode 100644
index 0000000000..eaf6de0375
--- /dev/null
+++ b/meta/recipes-devtools/subversion/subversion/neon-detection.patch
@@ -0,0 +1,13 @@
1Index: subversion-1.6.13/build/ac-macros/neon.m4
2===================================================================
3--- subversion-1.6.13.orig/build/ac-macros/neon.m4
4+++ subversion-1.6.13/build/ac-macros/neon.m4
5@@ -42,7 +42,7 @@ AC_DEFUN(SVN_LIB_NEON,
6 AC_MSG_ERROR([--with-neon requires an argument.])
7 fi
8 else
9- neon_config="$withval/bin/neon-config"
10+ neon_config="env env PKG_CONFIG_PATH=${withval}:${PKG_CONFIG_PATH} pkg-config neon"
11 fi
12
13 SVN_NEON_CONFIG()