summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/subversion/subversion/neon-detection.patch
blob: eaf6de03753397f76fee5f7bf732d42820baf3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: subversion-1.6.13/build/ac-macros/neon.m4
===================================================================
--- subversion-1.6.13.orig/build/ac-macros/neon.m4
+++ subversion-1.6.13/build/ac-macros/neon.m4
@@ -42,7 +42,7 @@ AC_DEFUN(SVN_LIB_NEON,
         AC_MSG_ERROR([--with-neon requires an argument.])
       fi
     else
-      neon_config="$withval/bin/neon-config"
+      neon_config="env env PKG_CONFIG_PATH=${withval}:${PKG_CONFIG_PATH} pkg-config neon"
     fi
 
     SVN_NEON_CONFIG()
OpenPOWER on IntegriCloud