Also disable ld's --as-need for the OpenChange bundle

Monotone-Parent: e3b6ffeff863794edb2261fc1532ed03fee6ff14
Monotone-Revision: 5280f05e836dd92b44c9cf8a1a9e66a88860a27e

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-09-30T13:51:49
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2011-09-30 13:51:49 +00:00
parent e9ff06a639
commit 96cdebd263

View File

@@ -146,7 +146,7 @@ ADDITIONAL_INCLUDE_DIRS += \
-I../SoObjects -I../SOPE \
-DBACKEND_BUNDLE_NAME="@\"$(BUNDLE_NAME)$(BUNDLE_EXTENSION)\"" \
-DSOGO_BUNDLES_DIR="@\"$(BUNDLE_INSTALL_DIR)\""
ADDITIONAL_LIB_DIRS += -Wl,--as-needed \
ADDITIONAL_LIB_DIRS += -Wl,--no-as-needed \
-L../SOGo/SOGo.framework/ -lSOGo \
-L../../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ -lOGoContentStore \
$(LIBMAPI_LIBS) \