View | Details | Raw Unified | Return to bug 258898
Collapse All | Expand All

(-)b/security/sssd/files/patch-configure.ac (-4 / +13 lines)
Lines 1-8 Link Here
1
diff --git configure.ac configure.ac
1
--- configure.ac.orig	2020-03-17 13:31:28 UTC
2
index 9df463d9c..17d0d9ea7 100644
3
--- configure.ac
4
+++ configure.ac
2
+++ configure.ac
5
@@ -44,8 +44,6 @@ AM_CONDITIONAL([HAVE_GCC], [test "$ac_cv_prog_gcc" = yes])
3
@@ -44,8 +44,6 @@ AM_CONDITIONAL([HAVE_GCC], [test "$ac_cv_prog_gcc" = y
6
 AC_CHECK_HEADERS(stdint.h dlfcn.h)
4
 AC_CHECK_HEADERS(stdint.h dlfcn.h)
7
 AC_CONFIG_HEADER(config.h)
5
 AC_CONFIG_HEADER(config.h)
8
 
6
 
Lines 11-13 index 9df463d9c..17d0d9ea7 100644 Link Here
11
 m4_include([src/build_macros.m4])
9
 m4_include([src/build_macros.m4])
12
 BUILD_WITH_SHARED_BUILD_DIR
10
 BUILD_WITH_SHARED_BUILD_DIR
13
 
11
 
12
@@ -356,8 +354,8 @@ them please use argument --without-python3-bindings wh
13
     AM_CHECK_PYTHON_HEADERS([],
14
                             AC_MSG_ERROR([Could not find python3 headers]))
15
 
16
-    AC_SUBST([py3execdir], [$pyexecdir])
17
-    AC_SUBST([python3dir], [$pythondir])
18
+    AC_SUBST([py3execdir], [$(eval echo $pyexecdir)])
19
+    AC_SUBST([python3dir], [$(eval echo $pythondir)])
20
     AC_SUBST([PYTHON3_CFLAGS], [$PYTHON_CFLAGS])
21
     AC_SUBST([PYTHON3_LIBS], [$PYTHON_LIBS])
22
     AC_SUBST([PYTHON3_INCLUDES], [$PYTHON_INCLUDES])

Return to bug 258898