[svn-commits] tzafrir: branch 1.8 r327411 - /branches/1.8/main/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jul 11 05:46:38 CDT 2011
Author: tzafrir
Date: Mon Jul 11 05:46:34 2011
New Revision: 327411
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=327411
Log:
fix building the Debian armhf (HardFloat) port
Fixes http://buildd.debian-ports.org/status/fetch.php?pkg=asterisk&arch=armhf&ver=1%3A1.8.4.4~dfsg-2&stamp=1309935385
(Missing pthreads)
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=327411&r1=327410&r2=327411
==============================================================================
--- branches/1.8/main/Makefile (original)
+++ branches/1.8/main/Makefile Mon Jul 11 05:46:34 2011
@@ -34,6 +34,7 @@
AST_LIBS += $(BKTR_LIB)
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
More information about the svn-commits
mailing list