diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/freeradius/files/0011-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch')
-rw-r--r-- | meta-networking/recipes-connectivity/freeradius/files/0011-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/files/0011-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch b/meta-networking/recipes-connectivity/freeradius/files/0011-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch new file mode 100644 index 0000000000..69125eb3cb --- /dev/null +++ b/meta-networking/recipes-connectivity/freeradius/files/0011-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch | |||
@@ -0,0 +1,31 @@ | |||
1 | From f0e764826e3a85488047f7f4e94ebf91460d2c12 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Fri, 16 Jun 2017 20:10:49 -0700 | ||
4 | Subject: [PATCH] rlm_mschap: Use includedir instead of hardcoding /usr/include | ||
5 | |||
6 | OE QA flags it correctly as a voilation of cross compilation | ||
7 | namespace | ||
8 | |||
9 | Upstream-Status: Pending | ||
10 | |||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
12 | --- | ||
13 | src/modules/rlm_mschap/configure.ac | 2 +- | ||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/src/modules/rlm_mschap/configure.ac b/src/modules/rlm_mschap/configure.ac | ||
17 | index 0fd105d7e6..6ab15509e5 100644 | ||
18 | --- a/src/modules/rlm_mschap/configure.ac | ||
19 | +++ b/src/modules/rlm_mschap/configure.ac | ||
20 | @@ -75,7 +75,7 @@ if test x$with_[]modname != xno; then | ||
21 | mod_ldflags="-F /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks -framework DirectoryService" | ||
22 | fi | ||
23 | |||
24 | - smart_try_dir="$winbind_include_dir /usr/include/samba-4.0" | ||
25 | + smart_try_dir="$winbind_include_dir =/usr/include/samba-4.0" | ||
26 | FR_SMART_CHECK_INCLUDE(wbclient.h, [#include <stdint.h> | ||
27 | #include <stdbool.h>]) | ||
28 | if test "x$ac_cv_header_wbclient_h" != "xyes"; then | ||
29 | -- | ||
30 | 2.25.1 | ||
31 | |||