mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 15:05:29 +00:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user