[svn-commits] tzafrir: branch 1.8 r327412 - /branches/1.8/main/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 11 05:56:26 CDT 2011


Author: tzafrir
Date: Mon Jul 11 05:56:23 2011
New Revision: 327412

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=327412
Log:
Properly building the Debian armhf (HardFloat) port.

Remove the line that should have been removed in r327411.

Modified:
    branches/1.8/main/Makefile

Modified: branches/1.8/main/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/Makefile?view=diff&rev=327412&r1=327411&r2=327412
==============================================================================
--- branches/1.8/main/Makefile (original)
+++ branches/1.8/main/Makefile Mon Jul 11 05:56:23 2011
@@ -35,7 +35,6 @@
 AST_LIBS += $(LIBXML2_LIB) 
 
 ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi linux-gnueabihf ),)
-ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi ),)
   ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
   AST_LIBS+=-ldl
   endif




More information about the svn-commits mailing list