[asterisk-commits] dlee: branch dlee/performance r399334 - in /team/dlee/performance: ./ main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 17 23:49:20 CDT 2013
Author: dlee
Date: Tue Sep 17 23:49:17 2013
New Revision: 399334
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399334
Log:
Fix for compiling with -pg
Modified:
team/dlee/performance/Makefile
team/dlee/performance/main/Makefile
Modified: team/dlee/performance/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/dlee/performance/Makefile?view=diff&rev=399334&r1=399333&r2=399334
==============================================================================
--- team/dlee/performance/Makefile (original)
+++ team/dlee/performance/Makefile Tue Sep 17 23:49:17 2013
@@ -253,7 +253,6 @@
ifneq ($(findstring darwin,$(OSARCH)),)
_ASTCFLAGS+=-D__Darwin__ -mmacosx-version-min=10.6
_SOLINK=-mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup
- _SOLINK+=/usr/lib/bundle1.o
SOLINK=-bundle $(_SOLINK)
DYLINK=-Xlinker -dylib $(_SOLINK)
_ASTLDFLAGS+=-L/usr/local/lib
Modified: team/dlee/performance/main/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/dlee/performance/main/Makefile?view=diff&rev=399334&r1=399333&r2=399334
==============================================================================
--- team/dlee/performance/main/Makefile (original)
+++ team/dlee/performance/main/Makefile Tue Sep 17 23:49:17 2013
@@ -60,7 +60,6 @@
ifneq ($(findstring darwin,$(OSARCH)),)
AST_LIBS+=-lresolv
ASTLINK=-mmacosx-version-min=10.6 -Xlinker -undefined -Xlinker dynamic_lookup -force_flat_namespace
- ASTLINK+=/usr/lib/bundle1.o
else
# These are used for all but Darwin
ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
More information about the asterisk-commits
mailing list