[asterisk-commits] file: branch 1.6.0 r116354 - in /branches/1.6.0: ./ main/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed May 14 13:54:59 CDT 2008
Author: file
Date: Wed May 14 13:54:58 2008
New Revision: 116354
URL: http://svn.digium.com/view/asterisk?view=rev&rev=116354
Log:
Merged revisions 116353 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r116353 | file | 2008-05-14 15:54:16 -0300 (Wed, 14 May 2008) | 12 lines
Merged revisions 116352 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r116352 | file | 2008-05-14 15:53:39 -0300 (Wed, 14 May 2008) | 4 lines
Add linux-gnueabi in.
(closes issue #12529)
Reported by: tzafrir
........
................
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/main/Makefile
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/main/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/main/Makefile?view=diff&rev=116354&r1=116353&r2=116354
==============================================================================
--- branches/1.6.0/main/Makefile (original)
+++ branches/1.6.0/main/Makefile Wed May 14 13:54:58 2008
@@ -52,7 +52,7 @@
OBJS+=dlfcn.o
endif
-ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc ),)
+ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi ),)
ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
AST_LIBS+=-ldl
endif
More information about the asterisk-commits
mailing list