[asterisk-commits] file: branch 1.4 r116352 - /branches/1.4/main/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed May 14 13:53:40 CDT 2008
Author: file
Date: Wed May 14 13:53:39 2008
New Revision: 116352
URL: http://svn.digium.com/view/asterisk?view=rev&rev=116352
Log:
Add linux-gnueabi in.
(closes issue #12529)
Reported by: tzafrir
Modified:
branches/1.4/main/Makefile
Modified: branches/1.4/main/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/Makefile?view=diff&rev=116352&r1=116351&r2=116352
==============================================================================
--- branches/1.4/main/Makefile (original)
+++ branches/1.4/main/Makefile Wed May 14 13:53:39 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