aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-27 21:03:22 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-27 21:03:22 +0000
commit7c92d5993c3e742299bd7502a444cfb29bc2ef0d (patch)
treec5f96bcf4ae7340a7fe1c2da15dfed8696244f0d /Makefile
parent7713586b109a69b4d69168f260cf206b5f46d50a (diff)
Adding compile time flags for Snow Leopard, Leopard and some other animals
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@226184 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44d3080f3..dceb86074 100644
--- a/Makefile
+++ b/Makefile
@@ -305,7 +305,8 @@ MOD_SUBDIRS_MENUSELECT_TREE:=$(MOD_SUBDIRS:%=%-menuselect-tree)
ifneq ($(findstring darwin,$(OSARCH)),)
_ASTCFLAGS+=-D__Darwin__
- SOLINK=-bundle -Xlinker -macosx_version_min -Xlinker 10.4 -Xlinker -undefined -Xlinker dynamic_lookup -force_flat_namespace
+ SOLINK=-bundle -Xlinker -macosx_version_min -Xlinker 10.4 -Xlinker -undefined -Xlinker dynamic_lookup -force_flat_namespace /usr/lib/bundle1.o
+ _ASTLDFLAGS+= /usr/lib/bundle1.o -L/usr/local/lib
else
# These are used for all but Darwin
SOLINK=-shared