[asterisk-commits] tzafrir: trunk r327413 - in /trunk: ./ main/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 11 05:57:30 CDT 2011
Author: tzafrir
Date: Mon Jul 11 05:57:26 2011
New Revision: 327413
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=327413
Log:
Merged revisions 327411 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r327411 | tzafrir | 2011-07-11 13:46:34 +0300 (ב', 11 יול 2011) | 5 lines
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:
trunk/ (props changed)
trunk/main/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/main/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/main/Makefile?view=diff&rev=327413&r1=327412&r2=327413
==============================================================================
--- trunk/main/Makefile (original)
+++ trunk/main/Makefile Mon Jul 11 05:57:26 2011
@@ -35,7 +35,7 @@
AST_LIBS += $(LIBXML2_LIB)
AST_LIBS += $(SQLITE3_LIB)
-ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi kfreebsd-gnu),)
+ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc linux-gnueabi kfreebsd-gnu linux-gnueabihf),)
ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
AST_LIBS+=-ldl
endif
More information about the asterisk-commits
mailing list