[svn-commits] tzafrir: trunk r382106 - in /trunk: ./ main/Makefile

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


Author: tzafrir
Date: Tue Feb 26 13:29:14 2013
New Revision: 382106

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

As of r380522 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
........

Merged revisions 382096 from http://svn.asterisk.org/svn/asterisk/branches/11

Modified:
    trunk/   (props changed)
    trunk/main/Makefile

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

Modified: trunk/main/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/main/Makefile?view=diff&rev=382106&r1=382105&r2=382106
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Tue Feb 26 13:29:14 2013
@@ -37,7 +37,7 @@
 AST_LIBS+=$(ASTSSL_LIBS)
 AST_LIBS+=$(JANSSON_LIB)
 
-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