[asterisk-commits] oej: trunk r226184 - /trunk/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Oct 27 16:03:26 CDT 2009
Author: oej
Date: Tue Oct 27 16:03:22 2009
New Revision: 226184
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=226184
Log:
Adding compile time flags for Snow Leopard, Leopard and some other animals
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/Makefile?view=diff&rev=226184&r1=226183&r2=226184
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Oct 27 16:03:22 2009
@@ -305,7 +305,8 @@
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
More information about the asterisk-commits
mailing list