]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Properly building the Debian armhf (HardFloat) port.
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Mon, 11 Jul 2011 10:56:23 +0000 (10:56 +0000)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Mon, 11 Jul 2011 10:56:23 +0000 (10:56 +0000)
Remove the line that should have been removed in r327411.

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

main/Makefile

index 300e9a115c8540b1c9ae9c7f961b4b4a59805370..d7a65d3d7f8fd95f33260499fdc07e3b9d86d289 100644 (file)
@@ -35,7 +35,6 @@ 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
   endif