]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 327411 via svnmerge from
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Mon, 11 Jul 2011 10:57:26 +0000 (10:57 +0000)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Mon, 11 Jul 2011 10:57:26 +0000 (10:57 +0000)
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)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@327413 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/Makefile

index 0b37aa3ef1e086dfeab7b6add622ce6d9ac00446..9533163e302d36be5ed65b864d76243ec0f41d7a 100644 (file)
@@ -35,7 +35,7 @@ AST_LIBS += $(BKTR_LIB)
 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