[svn-commits] tzafrir: branch 11 r382096 - in /branches/11: ./ main/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 26 13:19:56 CST 2013


Author: tzafrir
Date: Tue Feb 26 13:19:51 2013
New Revision: 382096

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382096
Log:
Remove unneeded linux-gnueabi*

As of r380521 the configure scripts converts the value of linux-gnueabi*
of OSARCH to "linux-gnu". So no point in testing for those values.
........

Merged revisions 382087 from http://svn.asterisk.org/svn/asterisk/branches/1.8

Modified:
    branches/11/   (props changed)
    branches/11/main/Makefile

Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/11/main/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/11/main/Makefile?view=diff&rev=382096&r1=382095&r2=382096
==============================================================================
--- branches/11/main/Makefile (original)
+++ branches/11/main/Makefile Tue Feb 26 13:19:51 2013
@@ -36,7 +36,7 @@
 AST_LIBS+=$(SQLITE3_LIB)
 AST_LIBS+=$(ASTSSL_LIBS)
 
-ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi kfreebsd-gnu linux-gnueabihf),)
+ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc kfreebsd-gnu),)
   ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
   AST_LIBS+=-ldl
   endif




More information about the svn-commits mailing list