[asterisk-commits] file: trunk r116353 - in /trunk: ./ main/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed May 14 13:54:16 CDT 2008
Author: file
Date: Wed May 14 13:54:16 2008
New Revision: 116353
URL: http://svn.digium.com/view/asterisk?view=rev&rev=116353
Log:
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:
trunk/ (props changed)
trunk/main/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/main/Makefile?view=diff&rev=116353&r1=116352&r2=116353
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Wed May 14 13:54:16 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