From 94d7827e8b101b528c427298fada73664970cf26 Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 15 Sep 2009 21:25:21 +0000 Subject: Fix null ExtensionItem when unregistering hooks; fix CORE_FLAGS on darwin git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11729 e03df62e-2008-0410-955e-edbf42e46eb7 --- .Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.Makefile.inc') diff --git a/.Makefile.inc b/.Makefile.inc index f0ea08214..6b8d7274f 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -39,7 +39,7 @@ INSTMODE = 0755 CXXFLAGS += -DDARWIN -frtti LDLIBS += -ldl SHARED = -bundle -twolevel_namespace -undefined dynamic_lookup - CORE_FLAGS = -dynamic -bind_at_load -L. + CORELDFLAGS = -dynamic -bind_at_load -L. @ENDIF @IFDEF D -- cgit v1.2.3