]> git.pld-linux.org Git - packages/openchange.git/blob - disable-mapiproxy.patch
- fix building with samba 4.11
[packages/openchange.git] / disable-mapiproxy.patch
1 diff -up openchange-2.1-QUADRANT/configure.ac.OC_RULE_ADD-fix openchange-2.1-QUADRANT/configure.ac
2 --- openchange-2.1-QUADRANT/configure.ac.OC_RULE_ADD-fix        2014-04-28 11:41:13.075975644 +0200
3 +++ openchange-2.1-QUADRANT/configure.ac        2014-04-28 11:56:50.991936546 +0200
4 @@ -639,7 +639,7 @@ dnl ####################################
5  dnl mapiproxy server
6  dnl ##########################################################################
7  if test x$PYTHON != x; then
8 -       if test "x$SAMBASERVER_LIBS" != x ; then
9 +       if test "x$SAMDB_LIBS" != x -a "x$SAMBASERVER_LIBS" != x ; then
10                 mapiproxy=1
11         fi
12  fi
13 --- openchange-openchange-2.3-VULCAN/configure.ac.orig  2019-04-10 18:45:21.182499045 +0200
14 +++ openchange-openchange-2.3-VULCAN/configure.ac       2019-04-10 19:39:02.688379984 +0200
15 @@ -284,7 +284,7 @@
16  dnl ---------------------------------------------------------------------------
17  dnl Check for check (unittest library)
18  dnl ---------------------------------------------------------------------------
19 -PKG_CHECK_MODULES(CHECK, check, [testsuite=1], [AC_MSG_WARN(Conditions unmet for unit testing support)])
20 +#PKG_CHECK_MODULES(CHECK, check, [testsuite=1], [AC_MSG_WARN(Conditions unmet for unit testing support)])
21  AC_SUBST(CHECK_CFLAGS)
22  AC_SUBST(CHECK_LIBS)
23  OC_RULE_ADD(testsuite, TESTSUITE)
24 @@ -689,7 +689,7 @@
25  OC_RULE_ADD(openchangeclient, TOOLS)
26  #OC_RULE_ADD(mapistore_fsocpf, MAPISTORE)
27  OC_RULE_ADD(mapipropsdump, TOOLS)
28 -OC_RULE_ADD(ocnotify, TOOLS)
29 +#OC_RULE_ADD(ocnotify, TOOLS)
30  OC_RULE_ADD(exchange2ical, TOOLS)
31  OC_RULE_ADD(rpcextract, TOOLS)
32  OC_RULE_ADD(openchangepfadmin, TOOLS)
33 @@ -698,7 +698,7 @@
34  OC_RULE_ADD(openchangemapidump, TOOLS)
35  OC_RULE_ADD(schemaIDGUID, TOOLS)
36  
37 -OC_RULE_ADD(check_fasttransfer, TOOLS)
38 +#OC_RULE_ADD(check_fasttransfer, TOOLS)
39  OC_RULE_ADD(test_asyncnotif, TOOLS)
40  
41  
This page took 0.103389 seconds and 3 git commands to generate.