summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/boinc/boinc-client/boinc-AM_CONDITIONAL.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/boinc/boinc-client/boinc-AM_CONDITIONAL.patch')
-rw-r--r--meta-oe/recipes-extended/boinc/boinc-client/boinc-AM_CONDITIONAL.patch12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/boinc/boinc-client/boinc-AM_CONDITIONAL.patch b/meta-oe/recipes-extended/boinc/boinc-client/boinc-AM_CONDITIONAL.patch
index 7becb94e6..ab8042f72 100644
--- a/meta-oe/recipes-extended/boinc/boinc-client/boinc-AM_CONDITIONAL.patch
+++ b/meta-oe/recipes-extended/boinc/boinc-client/boinc-AM_CONDITIONAL.patch
@@ -3,17 +3,19 @@ Add configure check for gtk2+ and objc++
3Signed-off-by: Khem Raj <raj.khem@gmail.com> 3Signed-off-by: Khem Raj <raj.khem@gmail.com>
4Upstream-Status: Pending 4Upstream-Status: Pending
5 5
6--- A/configure.ac 6Index: boinc-client_release-7.6-7.6.33/configure.ac
7+++ B/configure.ac 7===================================================================
8@@ -39,6 +39,7 @@ AC_PROG_CC 8--- boinc-client_release-7.6-7.6.33.orig/configure.ac
9 AC_PROG_CXX 9+++ boinc-client_release-7.6-7.6.33/configure.ac
10@@ -64,6 +64,7 @@ m4_ifdef([AC_PROG_OBJCXX],[AC_PROG_OBJCX
11 dnl ------
10 AC_PROG_F77 12 AC_PROG_F77
11 AC_PROG_CPP 13 AC_PROG_CPP
12+AC_PROG_OBJCXX 14+AC_PROG_OBJCXX
13 AC_PROG_MAKE_SET 15 AC_PROG_MAKE_SET
14 SAH_LINKS 16 SAH_LINKS
15 AC_LANG_PUSH(C) 17 AC_LANG_PUSH(C)
16@@ -744,6 +745,8 @@ AM_CONDITIONAL(ENABLE_LIBRARIES, [test " 18@@ -1081,6 +1082,8 @@ AM_CONDITIONAL(ENABLE_BOINCCRYPT, [test
17 AM_CONDITIONAL(INSTALL_HEADERS, [test "${enable_install_headers}" = yes]) 19 AM_CONDITIONAL(INSTALL_HEADERS, [test "${enable_install_headers}" = yes])
18 AM_CONDITIONAL(HAVE_CUDA_LIB, [test "${enable_client}" = yes -a -f ./coprocs/CUDA/posix/${boinc_platform}/libcudart.so]) 20 AM_CONDITIONAL(HAVE_CUDA_LIB, [test "${enable_client}" = yes -a -f ./coprocs/CUDA/posix/${boinc_platform}/libcudart.so])
19 21