From 1bb1470383b7145b654a28f8cfac18c968f7e205 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Wed, 30 May 2012 21:23:24 -0400 Subject: [PATCH] yep, mac needed the start-group stuff turned off. --- scripts/clam/cpp/rules.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/clam/cpp/rules.def b/scripts/clam/cpp/rules.def index 7876b49f..4bef18a3 100644 --- a/scripts/clam/cpp/rules.def +++ b/scripts/clam/cpp/rules.def @@ -284,10 +284,10 @@ COMPILER_FLAGS += $(HEADER_SEARCH_PATH:%=-I%) $(DEFINITIONS:%=-D%) $(UNDEFINITIO # to search and by adding all of the code libraries that are used. LOAD_FLAG_PREFIX += $(LIBRARY_SEARCH_PATH:%=$(LIBRARY_PATH_FLAG)%) ifeq "$(OP_SYSTEM)" "UNIX" -# ifneq "$(COMPILER)" "GNU_DARWIN" + ifneq "$(COMPILER)" "GNU_DARWIN" LOAD_FLAG_PREFIX += -Xlinker --start-group LOAD_FLAG_SUFFIX += -Xlinker --end-group -# endif + endif endif # had to switch from prefix to suffix recently. oddity. #LOAD_FLAG_PREFIX += $(LIBS_USED:%=$(LIBRARY_NAME_FLAG)%) -- 2.34.1