summaryrefslogtreecommitdiff
path: root/make/template
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2011-02-27 00:20:55 -0500
committerDaniel De Graaf <danieldg@inspircd.org>2011-02-27 00:21:45 -0500
commit9aa4102cfd358ce3988050fd7befed7668ccca3f (patch)
tree121397376e9bf7d1f9283cadbeb93ab2312dca1e /make/template
parentedc538a3c8ff4a4b1b913bfd9f07f5cc989ff0e2 (diff)
Fix "-bundle not allowed with -dynamiclib" issue on OS X
Diffstat (limited to 'make/template')
-rw-r--r--make/template/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/template/main.mk b/make/template/main.mk
index 9ae142cb5..317941df4 100644
--- a/make/template/main.mk
+++ b/make/template/main.mk
@@ -48,7 +48,7 @@ INSTMODE_LIB = 0644
CXXFLAGS += -DDARWIN -frtti
LDLIBS += -ldl
CORELDFLAGS = -dynamic -bind_at_load -L. $(LDFLAGS)
- PICLDFLAGS = -fPIC -shared -bundle -twolevel_namespace -undefined dynamic_lookup $(LDFLAGS)
+ PICLDFLAGS = -fPIC -shared -twolevel_namespace -undefined dynamic_lookup $(LDFLAGS)
@ENDIF
@IFEQ $(SYSTEM) interix
CXXFLAGS += -D_ALL_SOURCE -I/usr/local/include