mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
Monotone-Parent: 6d01c80e5eec109ea98411f9b345712653571eee
Monotone-Revision: 56f1fa4190879117f1a79ceb54d70f4fa769ce40 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-18T19:47:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -129,7 +129,7 @@ TEST_TOOL_NAME += $(PLREADER_TOOL)
|
||||
|
||||
### cflags and libs
|
||||
LIBMAPI_CFLAGS = $(shell pkg-config libmapi --cflags)
|
||||
LIBMAPISTORE_CFLAGS = $(shell pkg-config libmapistore --cflags)
|
||||
LIBMAPISTORE_CFLAGS = $(shell pkg-config libmapistore --cflags) -DSAMBA_PREFIX="\"$(shell pkg-config libmapistore --variable=prefix)\""
|
||||
|
||||
ifeq ($(LIBMAPISTORE_CFLAGS),)
|
||||
all install::
|
||||
|
||||
@@ -70,7 +70,7 @@ sogo_backend_init (void)
|
||||
Class MAPIApplicationK;
|
||||
NSUserDefaults *ud;
|
||||
SoProductRegistry *registry;
|
||||
char *argv0 = "openchange";
|
||||
char *argv[] = { SAMBA_PREFIX "/sbin/samba", NULL };
|
||||
|
||||
pool = [NSAutoreleasePool new];
|
||||
|
||||
@@ -79,7 +79,7 @@ sogo_backend_init (void)
|
||||
the encoding specified in the file. */
|
||||
putenv ("GNUSTEP_STRING_ENCODING=NSUTF8StringEncoding");
|
||||
|
||||
[NSProcessInfo initializeWithArguments: &argv0
|
||||
[NSProcessInfo initializeWithArguments: argv
|
||||
count: 1
|
||||
environment: environ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user