From 96cdebd263d65394e235b4872d3dd713e807b791 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 30 Sep 2011 13:51:49 +0000 Subject: [PATCH] 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 --- OpenChange/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenChange/GNUmakefile b/OpenChange/GNUmakefile index 6ad2e8d4b..8bf713378 100644 --- a/OpenChange/GNUmakefile +++ b/OpenChange/GNUmakefile @@ -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) \