From e9ff06a6398874a302fdb40f3fe2e4c5738347bf Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 30 Sep 2011 13:22:46 +0000 Subject: [PATCH] Disabled ld's --as-needed Monotone-Parent: c4fba0dfa99628493a8d5c73f359b267fb922961 Monotone-Revision: e3b6ffeff863794edb2261fc1532ed03fee6ff14 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-09-30T13:22:46 Monotone-Branch: ca.inverse.sogo --- Main/GNUmakefile | 1 + SOPE/GDLContentStore/GCSFolderType.m | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Main/GNUmakefile b/Main/GNUmakefile index 521a76294..382776728 100644 --- a/Main/GNUmakefile +++ b/Main/GNUmakefile @@ -6,6 +6,7 @@ include ../Version ADDITIONAL_INCLUDE_DIRS += ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/ +ADDITIONAL_LDFLAGS += -Wl,--no-as-needed SOGOD = sogod TOOL_NAME = $(SOGOD) diff --git a/SOPE/GDLContentStore/GCSFolderType.m b/SOPE/GDLContentStore/GCSFolderType.m index 438a99b9b..8f51794fb 100644 --- a/SOPE/GDLContentStore/GCSFolderType.m +++ b/SOPE/GDLContentStore/GCSFolderType.m @@ -190,7 +190,7 @@ clazz]; } else - [self logWithFormat:@"ERROR: did not find field extractor class!"]; + [self logWithFormat:@"ERROR: did not find field extractor class (%@)", extractorClassName]; } if ([extractor isNotNull]) quickExtractor = extractor;